We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sudo vi /etc/default/docker ... # Use DOCKER_OPTS to modify the daemon startup options. DOCKER_OPTS="-H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock --dns 8.8.8.8 --dns 8.8.4.4" ... sudo ufw allow 4243/tcp