Created
June 21, 2020 08:54
-
-
Save iamcryptoki/bcdb56dcc5daadd1ab5a8bf9546dcc46 to your computer and use it in GitHub Desktop.
Command and Arguments field name for Docker and Kubernetes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------------------------------------------------- | |
| | Description | Docker field name | Kubernetes field name | | |
| ------------------------------------------------------------------------------------- | |
| | The command run by the container | Entrypoint | command | | |
| | The arguments passed to the command | Cmd | args | | |
| ------------------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment