Skip to content

Instantly share code, notes, and snippets.

@mikybars
Created February 12, 2019 08:01
Show Gist options
  • Save mikybars/759319e97a8c3d0fa8c15fb24e51b0aa to your computer and use it in GitHub Desktop.
Save mikybars/759319e97a8c3d0fa8c15fb24e51b0aa to your computer and use it in GitHub Desktop.
$ docker image inspect -f 'CMD {{.Config.Cmd}}, ENTRYPOINT {{.Config.Entrypoint}}' postgres:9.4
CMD [postgres], ENTRYPOINT [docker-entrypoint.sh]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment