Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Run a container based on your image:

docker

...

run

...

-d

...

--name

...

mycontainer

...

-p

...

80:80

...

myimage


Remove

...

the

...

container



docker

...

ps --all

docker stop mycontainer

docker run --rm mycontainer