Sign inSign up

sushilsingh27/docker-in-docker

By sushilsingh27

Updated over 4 years ago

Image
0

63

sushilsingh27/docker-in-docker repository overview

For Setting up Docker Daemon to listen on port 2375 from external host reference

https://gist.github.com/styblope/dc55e0ad2a9848f2cc3307d4819d819f Docker best practise to Control and configure Docker with systemd.

Create daemon.json file in /etc/docker:

 {"hosts": ["tcp://0.0.0.0:2375", "unix:///var/run/docker.sock"]}

Add /etc/systemd/system/docker.service.d/override.conf

 [Service]
 ExecStart=
 ExecStart=/usr/bin/dockerd

Reload the systemd daemon:

 systemctl daemon-reload

Tag summary

Content type

Image

Digest

Size

66.2 MB

Last updated

over 4 years ago

docker pull sushilsingh27/docker-in-docker