Skip to content

Commit 1d88170

Browse files
committed
update
1 parent 50952e9 commit 1d88170

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

07-cloud/03-docker/02-docker-image/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ Try to access `http://localhost:8081`
157157
Why can't we access to `http://localhost:8081`? Because this process is executing itself inside container, we need to expose to our machine:
158158

159159
```
160-
docker container stop my-app-container
161-
docker container rm my-app-container
160+
docker stop my-app-container
161+
docker rm my-app-container
162162
```
163163

164164
_./Dockerfile_

0 commit comments

Comments
 (0)