Skip to content

Commit a75c280

Browse files
authored
Merge pull request #2881 from SmallPepperZ/main
Add docker-compose topic
2 parents 9638f68 + 2c673ae commit a75c280

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

topics-todo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Information included in this repository will appear on each topic's respective p
2424
- [ ] [data](https://github.com/topics/data/)
2525
- [ ] [demo](https://github.com/topics/demo/)
2626
- [x] [devops](https://github.com/topics/devops/)
27-
- [ ] [docker-compose](https://github.com/topics/docker-compose/)
27+
- [x] [docker-compose](https://github.com/topics/docker-compose/)
2828
- [ ] [docker-image](https://github.com/topics/docker-image/)
2929
- [ ] [dockerfile](https://github.com/topics/dockerfile/)
3030
- [ ] [education](https://github.com/topics/education/)
22.8 KB
Loading

topics/docker-compose/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
topic: docker-compose
3+
display_name: Docker Compose
4+
related: docker, containers
5+
aliases: dockercompose
6+
url: https://docs.docker.com/compose/
7+
github_url: https://github.com/docker/compose
8+
short_description: Docker Compose is a tool for defining and running multi-container Docker applications.
9+
released: October 16, 2014
10+
logo: docker-compose.png
11+
---
12+
Docker Compose is a tool that was developed to help define and share multi-container applications. With Compose, we can create a YAML file to define the services and with a single command, can spin everything up or tear it all down.

0 commit comments

Comments
 (0)