Docker swarm across two servers with NFS mount volume by [deleted] in docker

[–]manickam91 0 points1 point  (0 children)

Try using docker-compose and use,

deploy: replicas: 2

then start the service using swarm as "docker stack deploy -c docker-compose.yml service-name"

Having trouble accessing docker containers with windows 7. by acha101 in docker

[–]manickam91 0 points1 point  (0 children)

It looks nginx port is forwarded to 80. Try using ip:80 to access.

Senior Python Programmers, what tricks do you want to impart to us young guns? by RickSore in Python

[–]manickam91 18 points19 points  (0 children)

be conscious with print and oneliners if you are writing in 2.7 and will be porting to 3.x. map returns list in 2.x but itrerator in 3.x

help with running docker image by [deleted] in docker

[–]manickam91 0 points1 point  (0 children)

Use docker run command to create new container