When I made changes to an existing container, commit it and then want to access it via server IP its not being accessed.
The container port is:
docker port 19d7479f4f66
80/tcp -> 0.0.0.0:80
Share and learn in the Docker community.
When I made changes to an existing container, commit it and then want to access it via server IP its not being accessed.
The container port is:
docker port 19d7479f4f66
80/tcp -> 0.0.0.0:80
if you were accessing it while the commit is going. then its correct response as when docker commits, it pause the container.
I started the container and removed old one but thats not accessible.
I have removed all containers and images and re-pulled but application is not accessible
what is the output of docker run command? Did you mentioned your port number with docker run command?
I fixed it by running on port 80:8080