mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-06 09:28:32 +00:00
Update stuff
This commit is contained in:
7
scripts/entry.sh
Executable file
7
scripts/entry.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# Run dockerd
|
||||
dockerd -s vfs &> /dev/null &
|
||||
|
||||
exec bash
|
||||
Reference in New Issue
Block a user