Created
June 28, 2018 02:52
-
-
Save novohool/43f480061d0fd5f56824dac36a109893 to your computer and use it in GitHub Desktop.
用浏览器敲命令和docker使用电子书
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## web-linux | |
``` | |
docker run -itd -p 7681:7681 jingslunt/linux | |
``` | |
- use linux on web | |
> http://ip:7681/ | |
## docker使用电子书 | |
```bash | |
docker pull dockerpracticecn/docker_practice | |
docker run -itd --rm -p 4000:80 dockerpracticecn/docker_practice | |
``` | |
## 其他 | |
> https://legacy.gitbook.com/@yeasy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment