Update stuff

This commit is contained in:
Pascal Vizeli 2018-04-16 20:00:59 +02:00
parent b5943d6811
commit e3dfcb8309
2 changed files with 10 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1,7 @@
#!/bin/bash
set -e
# Run dockerd
dockerd -s vfs &> /dev/null &
exec bash