mirror of
https://github.com/wsargent/docker-cheat-sheet.git
synced 2025-09-22 05:40:50 +02:00
adding some dockerfile commands (#176)
This commit is contained in:
parent
1ee56fb627
commit
e418c232c5
1 changed files with 2 additions and 0 deletions
|
@ -350,6 +350,8 @@ Here are some common text editors and their syntax highlighting modules you coul
|
|||
* [ONBUILD](https://docs.docker.com/engine/reference/builder/#onbuild) adds a trigger instruction when the image is used as the base for another build.
|
||||
* [STOPSIGNAL](https://docs.docker.com/engine/reference/builder/#stopsignal) sets the system call signal that will be sent to the container to exit.
|
||||
* [LABEL](https://docs.docker.com/config/labels-custom-metadata/) apply key/value metadata to your images, containers, or daemons.
|
||||
* [SHELL](https://docs.docker.com/engine/reference/builder/#shell) override default shell is used by docker to run commands.
|
||||
* [HEALTHCHECK](https://docs.docker.com/engine/reference/builder/#healthcheck) tells docker how to test a container to check that it is still working.
|
||||
|
||||
### Tutorial
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue