Skip to content

Instantly share code, notes, and snippets.

@iamcryptoki
Created June 21, 2020 08:54
Show Gist options
  • Select an option

  • Save iamcryptoki/bcdb56dcc5daadd1ab5a8bf9546dcc46 to your computer and use it in GitHub Desktop.

Select an option

Save iamcryptoki/bcdb56dcc5daadd1ab5a8bf9546dcc46 to your computer and use it in GitHub Desktop.
Command and Arguments field name for Docker and Kubernetes.
-------------------------------------------------------------------------------------
| 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