Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save novohool/43f480061d0fd5f56824dac36a109893 to your computer and use it in GitHub Desktop.
Save novohool/43f480061d0fd5f56824dac36a109893 to your computer and use it in GitHub Desktop.
用浏览器敲命令和docker使用电子书
## 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