Created
June 2, 2019 23:53
-
-
Save jmjava/5bef117dd91b0e70f74cd7622e1bc69e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enable docker remote | |
add this | |
# /etc/systemd/system/docker.service.d/override.conf | |
[Service] | |
ExecStart= | |
ExecStart=/usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:2376 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment