We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50952e9 commit 1d88170Copy full SHA for 1d88170
1 file changed
07-cloud/03-docker/02-docker-image/README.md
@@ -157,8 +157,8 @@ Try to access `http://localhost:8081`
157
Why can't we access to `http://localhost:8081`? Because this process is executing itself inside container, we need to expose to our machine:
158
159
```
160
-docker container stop my-app-container
161
-docker container rm my-app-container
+docker stop my-app-container
+docker rm my-app-container
162
163
164
_./Dockerfile_
0 commit comments