Update format

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
pull/423/head
Kang HuaiShuai 2019-09-20 14:48:54 +08:00
parent 4873267f31
commit 803b93c1fc
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7
7 changed files with 13 additions and 13 deletions

View File

@ -16,7 +16,7 @@
Linux Docker Docker 7 ~ 9 10 ~ 13 1415 Docker EtcdCoreOSKubernetesMesos使
* 线[docker-practice.com](https://docker-practice.com/)[GitBook](https://yeasy.gitbooks.io/docker_practice/content/)[Github](https://github.com/yeasy/docker_practice/blob/master/SUMMARY.md)[GitBook 国内镜像](https://docker_practice.gitee.io/zh-cn)[GitBook 英文版国内镜像](https://docker_practice.gitee.io/us_en)[国内镜像](https://github.com/yeasy/docker_practice/wiki/%E9%A1%B9%E7%9B%AE%E5%9B%BD%E5%86%85%E9%95%9C%E5%83%8F)
* 线[docker-practice.com](https://docker-practice.com/)[GitBook](https://yeasy.gitbooks.io/docker_practice/content/)[Github](https://github.com/yeasy/docker_practice/blob/master/SUMMARY.md)[GitBook 国内镜像](https://docker_practice.gitee.io/zh-cn)[GitBook 英文版国内镜像](https://docker_practice.gitee.io/us_en)[国内镜像](https://github.com/yeasy/docker_practice/wiki/%E9%A1%B9%E7%9B%AE%E5%9B%BD%E5%86%85%E9%95%9C%E5%83%8F), [新版 GitBook](https://gitbook.docker-practice.com/)
* [pdf](https://github.com/yeasy/docker_practice/wiki/%E4%B8%8B%E8%BD%BD)[epub](https://github.com/yeasy/docker_practice/wiki/%E4%B8%8B%E8%BD%BD)
* [线 `$ docker run -it --rm -p 4000:80 dockerpracticesig/docker_practice`](https://github.com/yeasy/docker_practice/wiki/%E7%A6%BB%E7%BA%BF%E9%98%85%E8%AF%BB%E5%8A%9F%E8%83%BD%E8%AF%A6%E8%A7%A3)
* [](https://github.com/yeasy/docker_practice/issues/363)

View File

@ -5,4 +5,4 @@
Jérôme Petazzoni [pipework](https://github.com/jpetazzo/pipework) 的 shell 脚本,可以帮助用户在比较复杂的场景中完成容器的连接。
### playground
Brandon Rhodes Docker [Python](https://github.com/brandon-rhodes/fopnp/tree/m/playground)包括路由、NAT 防火墙;以及一些提供 HTTP, SMTP, POP, IMAP, Telnet, SSH, FTP 的服务器。
Brandon Rhodes Docker [Python](https://github.com/brandon-rhodes/fopnp/tree/m/playground)包括路由、NAT 防火墙;以及一些提供 `HTTP` `SMTP` `POP` `IMAP` `Telnet` `SSH` `FTP` 的服务器。

View File

@ -44,4 +44,4 @@ after_success:
###
GitHub, [Travis CI](https://travis-ci.com/) 查看构建详情。
GitHub [Travis CI](https://travis-ci.com/) 查看构建详情。

View File

@ -1,7 +1,7 @@
# CoreOS
CoreOS
`CoreOS`
CoreOS , Linux 使 Linux YUM APT
`CoreOS` Linux 使 Linux `yum` `apt`
CoreOS `VirtualBox`, `Amazon EC2`, `QEMU/KVM`, `VMware` `OpenStack`
`CoreOS` `VirtualBox` `Amazon EC2` `QEMU/KVM` `VMware` `Bare Metal` `OpenStack`

View File

@ -61,7 +61,7 @@ docker@worker1:~$ docker swarm join \
This node joined a swarm as a worker.
```
> `docker-machine create --help` `--swarm*` `Docker Swarm`, `Swarm mode`
> `docker-machine create --help` `--swarm*` `Docker Swarm` `Swarm mode`
###

View File

@ -10,7 +10,7 @@
$ docker service create --replicas 3 -p 80:80 --name nginx nginx:1.13.7-alpine
```
使 IP , nginx
使 IP nginx
###

View File

@ -2,21 +2,21 @@
Linux
### pid
pid pid LXC Docker Docker LXC 便 Docker
pid pid LXC Docker Docker LXC 便 Docker
### net
pid , pid host net net , IP , , /proc/net Docker veth host Docker docker0
pid pid host net net IP /proc/net Docker veth host Docker docker0
### ipc
Linux (interprocess communication - IPC), VM host pid IPC IPC 32 id
Linux (interprocess communication - IPC) VM host pid IPC IPC 32 id
### mnt
chrootmnt chroot /proc/mounts mount point
### uts
UTS("UNIX Time-sharing System") hostname domain name, 使
UTS("UNIX Time-sharing System") hostname domain name 使
### user
id,
id
* Linux [](https://blog.scottlowe.org/2013/09/04/introducing-linux-network-namespaces/)。