how to check docker contents
docker run -it image_name sh
how to check docker contents
docker run -it image_name sh
look inside docker image
if there is no entry point :
docker run -it image_name sh
if there is an entry point then :
docker run -it --entrypoint sh image_name
To see how image was built.. i.e steps of docker file : you can :
docker image history --no-trunc image_name > image_history
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