Skip to content

Commit

Permalink
Welcome to Stack Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalyan Reddy Daida authored and Kalyan Reddy Daida committed Feb 15, 2020
1 parent 4599da1 commit 23064bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 03-Pull-from-DockerHub-and-Run-Docker-Images/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@ docker start <container-name>

## Step-7: Remove Container
```
docker stop <container-name>
docker rm <container-name>
```

## Step-8: Remove Image
```
docker image <image-id>
docker images
docker rmi <image-id>
```

0 comments on commit 23064bb

Please sign in to comment.