按照菜鸟教程的步骤,在linux(我用的是斐讯的一款路由,系统是 Debian GNU/Linux 9)中安装好docker后,按照教程操作:
1. 执行
docker run hello-world
能顺利执行,输出如下
Unable to find image 'hello-world:latest' locally
latest: Pulling from library/hello-world
590e13f69e4a: Pull complete
Digest: sha256:0e11c388b664df8a27a901dce21eb89f11d8292f7fca1b3e3c4321bf7897bffe
Status: Downloaded newer image for hello-world:latest
Hello from Docker!
This message shows that your installation appears to be working correctly.
To generate this message, Docker took the following steps:
1. The Docker client contacted the Docker daemon.
2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
(arm32v5)
3. The Docker daemon created a new container from that image which runs the
executable that produces the output you are currently reading.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To tr