未验证 提交 4c9b6d11 编写于 作者: A acosta123 提交者: GitHub

Update doc/fluid/beginners_guide/install/install_Docker_en.md

Co-Authored-By: NHao Wang <31058429+haowang101779990@users.noreply.github.com>
上级 2ec8cda1
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
`docker run --name [Name of container] -it -v $PWD:/paddle <imagename> /bin/bash` `docker run --name [Name of container] -it -v $PWD:/paddle <imagename> /bin/bash`
> Parameters in the commands above mean: --name [Name of container] set the name ofDocker;-it the parameter means the container has been working interactively with the localhost; -v $PWD:/paddle appoints to pull the present path(which will unfold to absolute path by PWD variable on Linux) to /paddle catalogue inside the container; `<imagename>` appoints the name of the image needed, and you can check by `docker images` command;/bin/bash is the command to execute in Docker > The meanings of the parameters in the command above : --name [Name of container] sets the name of Docker;-it means the container has been working interactively with the localhost; -v $PWD:/paddle mounts the present path (PWD will be expanded to the absolute path on Linux) to /paddle directory inside the container; `<imagename>` specifies the name of the image needed, and you can check it by `docker images` command;/bin/bash is the command to execute in Docker.
So far, you have installed PaddlePaddle with Docker successfully, for more usage details please refer to [Docker Official Documents](https://docs.docker.com) So far, you have installed PaddlePaddle with Docker successfully, for more usage details please refer to [Docker Official Documents](https://docs.docker.com)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册