CMD or Entrypoint in Docker
FROM ubuntu:trusty
CMD ["/bin/ping","localhost"]
CMD or Entrypoint in Docker
FROM ubuntu:trusty
CMD ["/bin/ping","localhost"]
CMD or Entrypoint in Docker
$ docker run -d demo
15bfcddb11b5cde0e230246f45ba6eeb1e6f56edb38a91626ab9c478408cb615
$ docker ps -l
CONTAINER ID IMAGE COMMAND CREATED
15bfcddb4312 demo:latest "/bin/sh -c 'ping localhost'" 2 seconds ago
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us