mirror of
https://github.com/yeasy/docker_practice.git
synced 2024-11-24 07:23:38 +00:00
Add two chapters:container and repository
This commit is contained in:
parent
80eda65481
commit
813c3bdab1
@ -55,5 +55,5 @@
|
|||||||
* [多台物理主机之间的容器互联](practice/container_connect.md)
|
* [多台物理主机之间的容器互联](practice/container_connect.md)
|
||||||
* [中小企业docker环境搭建](practice/environment.md)
|
* [中小企业docker环境搭建](practice/environment.md)
|
||||||
* [附录一:命令查询](command/README.md)
|
* [附录一:命令查询](command/README.md)
|
||||||
* [附录二:资源链接](resourcesreadme.md)
|
* [附录二:资源链接](resources/README.md)
|
||||||
|
|
||||||
|
1
container/README.md
Normal file
1
container/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# 容器
|
1
repository/README.md
Normal file
1
repository/README.md
Normal file
@ -0,0 +1 @@
|
|||||||
|
# 仓库
|
@ -0,0 +1,6 @@
|
|||||||
|
# 资源链接
|
||||||
|
* Docker主站点: https://www.docker.io
|
||||||
|
* Docker注册中心: https://index.docker.io
|
||||||
|
* Docker注册中心API: http://docs.docker.com/reference/api/registry_api/
|
||||||
|
* Docker Hub API: http://docs.docker.com/reference/api/docker-io_api/
|
||||||
|
* Docker远端应用API: http://docs.docker.com/reference/api/docker_remote_api/
|
Loading…
Reference in New Issue
Block a user