向世界說聲嗨
"Build, Ship, and Run Any App, Anywhere." -Docker
從Hello,World開始
$docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
...
你還可以做的:
Last updated
"Build, Ship, and Run Any App, Anywhere." -Docker
$docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.
...
Last updated
$docker images #show the current images$docker ps #show the running containers, note: "ps" stands for process status$docker ps --all #show the all containers, note: "ps" stands for process status