k8s.github.io

Commands and Arguments in Docker

In this section, we will take a look at commands and arguments in docker

Unlike virtual machines, containers are not meant to host operating system.

How do you specify a different command to start the container?

Entrypoint Instruction

K8s Reference Docs