Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oonexdl authored Nov 14, 2023
1 parent c090c00 commit 23890f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ docker rmi ${IMAGEIDS}
docker rmi $(docker images -q --filter dangling=true | head -n 10)
# create tag from source image
docker image tag ${source} ${tag}
# cp folder from image
id=$(docker create image)
docker cp $id:/path path
docker rm $id
```

### Manage Containers
Expand Down

0 comments on commit 23890f4

Please sign in to comment.