Skip to content
Carlos Cuevas edited this page Dec 5, 2018 · 1 revision

Docker commands

Docker commmand format

The syntax changed to

docker <command> <sub_command> (options)

Before and still is working:

docker <command> (options)

Basic commands for docker server

  • docker version just show the version
  • docker info it will show much more than that For example how many containers are running, how many images are installed and so...

Clone this wiki locally