Start a container from an image, with a custom name

docker

  • Manage Docker containers and images.
    Some subcommands such as `docker run` have their own usage documentation.
    More information: <https://docs.docker.com/engine/reference/commandline/cli/>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

docker run --name {{container_name}} {{image}}

click the source code to copy install docker on any operating system with command-not-found.com