2018-04-16 20:00:59 +02:00

8 lines
75 B
Bash
Executable File

#!/bin/bash
set -e
# Run dockerd
dockerd -s vfs &> /dev/null &
exec bash