Make Alpine instructions Dockerfile commands (#77)

Make Alpine instructions Dockerfile commands
pull/11/merge
Gangstead 8 years ago committed by Thomas Orozco
parent 2c02e14748
commit 6ad9813ed8
  1. 3
      README.md
  2. 3
      tpl/README.md.in

@ -92,8 +92,9 @@ your package manager):
On Alpine Linux, you can use the following command to install Tini:
apk add --update tini
RUN apk add --update tini
# Tini is now available at /sbin/tini
ENTRYPOINT ["/sbin/tini", "--"]
### NixOS ###

@ -92,8 +92,9 @@ your package manager):
On Alpine Linux, you can use the following command to install Tini:
apk add --update tini
RUN apk add --update tini
# Tini is now available at /sbin/tini
ENTRYPOINT ["/sbin/tini", "--"]
### NixOS ###

Loading…
Cancel
Save