Was bewirkt --name hello-world in docker run --name hello-world hello-world?
--name hello-world
docker run --name hello-world hello-world
Eine automatische Neustartrichtlinie namens hello-world wird aktiviert.
hello-world
Der neue Container erhält den Namen hello-world.
Ein Host-Port mit dem Namen hello-world wird veröffentlicht.
Das Container-Image wird ausgewählt; das letzte Argument benennt ein Netzwerk.