Markdown | Less | Pretty |
---|---|---|
Intention | command |
Comment |
Delete an image | docker image rmi react:app |
images can take a lot of space (e.g. 1GB for node) |
1 | 2 | 3 |
- Image described by a
DockerFile
that - build an image from DockerFile
$ docker ...
- Container is a Run an image with
docker run
[ DockerFile ] --- build ---> ( Image ) --- run ---> [ Container ]