Sign inSign up

skynewz/entrypoint-cmd-example

By skynewz

Updated about 7 years ago

Really simple image to understand usage of `ENTRYPOINT` and `CMD` instructions

Image
0

269

skynewz/entrypoint-cmd-example repository overview

Usage
$ docker run -it --rm skynewz/entrypoint-cmd-example:latest
$ docker run -it --rm skynewz/entrypoint-cmd-example:latest facebook.com

Take a look at the IP address 😉

Dockerfile
FROM alpine
ENTRYPOINT [ "ping", "-c", "4" ]
CMD [ "google.fr" ]

Tag summary

Content type

Image

Digest

Size

2.7 MB

Last updated

about 7 years ago

docker pull skynewz/entrypoint-cmd-example