Posts by Naccarati • 61 points
2 posts
-
1
votes1
answer456
viewsA: Problem using a Docker container with "port Exposure" on Windows
Ever tried to put another door to see if it turns? Example: docker run -it -d -v /homer/user/html:/usr/share/nginx/html -p 3000:80 myimage
-
5
votes2
answers321
viewsQ: Friendly url between containers/Docker images
I have some projects already ready that will use Docker, but they will be in separate images. The question is as follows: It is possible for other images to be accessed through a "friendly url".…