docker dockerfile
a docker dockerfile is used to create docker images and run docker containers
dockerfiles can contain the following commands
- from
- maintainer
- run
- add
- expose
- cmd
- label
- entrypoint
- user
- workdir
- onbuild
a docker dockerfile is used to create docker images and run docker containers
dockerfiles can contain the following commands