mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
commit
030c1183d2
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ Images are just [templates for docker containers](https://docs.docker.com/introd
|
|||
* [`docker build`](https://docs.docker.com/reference/commandline/build) creates image from Dockerfile.
|
||||
* [`docker commit`](https://docs.docker.com/reference/commandline/commit) creates image from a container.
|
||||
* [`docker rmi`](https://docs.docker.com/reference/commandline/rmi) removes an image.
|
||||
* [`docker insert`](https://docs.docker.com/reference/commandline/insert) inserts a file from URL into image. (kind of odd, you'd think images would be immutable after create)
|
||||
* [`docker load`](https://docs.docker.com/reference/commandline/load) loads an image from a tar archive as STDIN, including images and tags (as of 0.7).
|
||||
* [`docker save`](https://docs.docker.com/reference/commandline/save) saves an image to a tar archive stream to STDOUT with all parent layers, tags & versions (as of 0.7).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue