Skip to content

Commit a3fde1e

Browse files
committed
The docker bootstrap now installs docker startup
1 parent ee44241 commit a3fde1e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

linux-setup.sh

-5
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ fi
2727

2828
sudo pip install -r /usr/local/etc/jiffylab/webapp/requirements.txt
2929

30-
sudo stop dockerd
31-
sudo echo "
32-
start on startup
33-
exec /usr/local/bin/docker -d" > /etc/init/dockerd.conf
34-
sudo start dockerd
3530
# users the docker group can access the docker command and remote API
3631
sudo groupadd docker
3732
sudo useradd -g docker jiffylabweb

0 commit comments

Comments
 (0)