1
0
mirror of https://github.com/docker/cli.git synced 2026-01-19 21:41:31 +03:00

a little re-writing

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
Upstream-commit: 10560b0a8f
Component: cli
This commit is contained in:
Sven Dowideit
2015-02-12 13:48:12 +10:00
committed by Tibor Vass
parent 6e5bdec15f
commit 1b5e543305

View File

@@ -626,8 +626,7 @@ ENTRYPOINT ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"]
If you need to write a starter script for a single executable, you can ensure that
the final executable receives the Unix signals by using `exec` and `gosu`
(see [the Dockerfile best practices](/articles/dockerfile_best-practices/#entrypoint)
for more details):
commands:
```bash
#!/bin/bash