Skip to content

frostarun/Docker-deamon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Prepare conf file for docker serivce

mkidir /etc/systemd/system/docker.service.d
touch startup_options.conf
chmod 777 startup_options.conf

paste the following in the startup_options.conf

[Service]
ExecStart=
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2376 -H unix:///var/run/docker.sock

Reload deamon and start the service

systemctl daemon-reload
systemctl restart docker.service

Now docker deamon will run in port 2376

About

Guide to start docker with ENGINE API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published