Update docker_install.sh
Tested Ubuntu Server 21.04 and works with the above changes to the script
This commit is contained in:
parent
00e1d2109a
commit
9eca0f6152
@ -3,9 +3,9 @@
|
|||||||
echo FreeDMR Docker installer...
|
echo FreeDMR Docker installer...
|
||||||
|
|
||||||
echo Installing required packages...
|
echo Installing required packages...
|
||||||
apt-get install docker.io &&
|
apt install docker.io &&
|
||||||
apt-get install docker-compose &&
|
apt install docker-compose &&
|
||||||
apt-get install conntrack &&
|
apt install conntrack &&
|
||||||
|
|
||||||
echo Set userland-proxy to false...
|
echo Set userland-proxy to false...
|
||||||
echo '{ "userland-proxy": false}' > /etc/docker/daemon.json &&
|
echo '{ "userland-proxy": false}' > /etc/docker/daemon.json &&
|
||||||
|
Loading…
x
Reference in New Issue
Block a user