mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
remove patching docker defaults
handled in systemd scripts for each container
This commit is contained in:
parent
9fbdcf80f5
commit
fab294bdda
1 changed files with 4 additions and 4 deletions
|
@ -316,10 +316,10 @@ Match address 127.0.0.1,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16
|
|||
EOF
|
||||
|
||||
# Let's patch docker defaults, so we can run images as service
|
||||
fuECHO "### Patching docker defaults."
|
||||
tee -a /etc/default/docker <<EOF
|
||||
DOCKER_OPTS="-r=false"
|
||||
EOF
|
||||
#fuECHO "### Patching docker defaults."
|
||||
#tee -a /etc/default/docker <<EOF
|
||||
#DOCKER_OPTS="-r=false"
|
||||
#EOF
|
||||
|
||||
# Let's restart docker for proxy changes to take effect
|
||||
systemctl restart docker
|
||||
|
|
Loading…
Reference in a new issue