You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm risking looking like an idi*t, but I'm starting to learn Docker Swarm and I got to this great example. I think it's designed to work out of the box, but it does not seem like it, so I'm making an issue in case somebody has the same problem.
General description of the problem: Does not work with Docker Swarm out of the box.
You initialize the swarm (Docker playground). Only one node from simplicity.
You execute the indicated command docker stack deploy -c docker-stack.yml vote
And the web services do not load in the page.
Steps to reproduce the issue:
You initialize the swarm (Docker playground). Only one node from simplicity.
You execute the indicated command docker stack deploy -c docker-stack.yml vote
And the web services do not load in the page.
I tried to see if it was the environment (Docker Pground), so I pulled a test image
docker pull kennethreitz/httpbin
docker run -p 8080:80 kennethreitz/httpbin
The above DOES work. Which means the environment by itself can open ports/show web services.
Describe the results you received:
The web services do not load in the page.
Describe the results you expected:
And the web services do load in the page.
I'm risking looking like an idi*t, but I'm starting to learn Docker Swarm and I got to this great example. I think it's designed to work out of the box, but it does not seem like it, so I'm making an issue in case somebody has the same problem.
General description of the problem: Does not work with Docker Swarm out of the box.
You initialize the swarm (Docker playground). Only one node from simplicity.
You execute the indicated command
docker stack deploy -c docker-stack.yml vote
And the web services do not load in the page.
Steps to reproduce the issue:
docker stack deploy -c docker-stack.yml vote
I tried to see if it was the environment (Docker Pground), so I pulled a test image
The above DOES work. Which means the environment by itself can open ports/show web services.
Describe the results you received:
The web services do not load in the page.
Describe the results you expected:
And the web services do load in the page.
Output of
docker version
:Output of
docker info
:Additional environment details:
Docker Playground -> regular instance.
The text was updated successfully, but these errors were encountered: