WWW.APPSERVGRID.COM

Phorum about AppServers & Grid Technologies
It is currently Thu Dec 05, 2024 9:55 am

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 1 post ] 
Author Message
PostPosted: Sun Feb 17, 2019 4:51 pm 
Offline
Site Admin

Joined: Tue Jan 25, 2011 8:51 pm
Posts: 49
ubuntu 16.04

Inside file /lib/systemd/system/docker.service change:

ExecStart=/usr/bin/dockerd -H fd:// -H tcp://0.0.0.0:2375


and run:


> pkill docker

> systemctl daemon-reload

> systemctl start docker.service

> docker-compose up
--------------------------------------------------------------------------------------------------------------------
I tried the above recommendations but then i cannot run any
docker container or any docker commands. It just hangs
after trying:


Inside file /lib/systemd/system/docker.service change:


ExecStart=/usr/bin/dockerd fd://
with
ExecStart=/usr/bin/dockerd -H tcp://0.0.0.0:2375



Inside file /etc/init.d/docker change:

DOCKER_OPTS=
with
DOCKER_OPTS="-H tcp://0.0.0.0:2375"


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron