mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Update stuff
This commit is contained in:
parent
b5943d6811
commit
e3dfcb8309
@ -1,2 +1,5 @@
|
||||
[Unit]
|
||||
RequiresMountsFor=/etc/docker /var/lib/docker
|
||||
|
||||
[Service]
|
||||
ExecStart=--storage-driver=overlay2 --log-driver=journald
|
||||
|
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
|
Loading…
x
Reference in New Issue
Block a user