Initial docker setup
This commit is contained in:
5
docker/setup.sh
Normal file
5
docker/setup.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
mkdir /etc/docker
|
||||
cp /tmp/setup.env /etc/docker/daemon.json
|
||||
systemctl enable docker
|
Reference in New Issue
Block a user