mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #9565 from duglin/DocPtrs
Make README point to other critical docker projects
This commit is contained in:
commit
b1f6205383
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -210,3 +210,19 @@ Docker is licensed under the Apache License, Version 2.0. See
|
|||
[LICENSE](https://github.com/docker/docker/blob/master/LICENSE) for the full
|
||||
license text.
|
||||
|
||||
Other Docker Related Projects
|
||||
=============================
|
||||
|
||||
Leveraging Docker as the core technology for managing Linux containers on a
|
||||
single host, the following projects are also under development to provide a
|
||||
more comprehensive set of tooling to help round out the Docker platform:
|
||||
|
||||
* [Docker Registry](https://github.com/docker/docker-registry): Registry
|
||||
server for Docker (hosting/delivering of repositories and images)
|
||||
* [Docker Machine](https://github.com/docker/machine): Machine management
|
||||
for a container-centric world
|
||||
* [Docker Swarm](https://github.com/docker/swarm): A Docker-native clustering
|
||||
system
|
||||
* [Docker Compose](https://github.com/docker/docker/issues/9694):
|
||||
Multi-container application management
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue