Commands are synonyms; they fall into the same API. Docker is in the first steps of moving from docker $verb
commands to docker $noun $verb
, so you'll also see commands like docker images
from before and docker image ls
or even docker ps
and now docker container ps
.
source share