5 lines
96 B
Bash
5 lines
96 B
Bash
#!/bin/bash
|
|
|
|
mkdir /etc/docker
|
|
cp /tmp/setup.env /etc/docker/daemon.json
|
|
systemctl enable docker |