O que --name hello-world faz em docker run --name hello-world hello-world?
--name hello-world
docker run --name hello-world hello-world
Ativa uma política de reinicialização automática chamada hello-world.
hello-world
Publica uma porta do host chamada hello-world.
Seleciona a imagem do contêiner; o argumento final nomeia uma rede.
Atribui ao novo contêiner o nome hello-world.