Tuesday, 24 August 2021

docker run or docker container run

They are exactly the same. docker container run is new syntax introduced in Docker 1.13.


Because there are so many docker commands, docker has put these commands in different groups. docker run is put into the group of docker container.


Here is a list of docker container command:


docker container commands


It is encouraged to use the new syntax. Therefore, let us do:


docker container run

No comments:

Post a Comment