@@ -5,37 +5,38 @@ Define and run multi-container applications with Docker.
5
5
6
6
### Subcommands
7
7
8
- | Name | Description |
9
- | :--------------------------------| :--------------------------------------------------------------------------------------|
10
- | [ ` build ` ] ( compose_build.md ) | Build or rebuild services |
11
- | [ ` config ` ] ( compose_config.md ) | Parse, resolve and render compose file in canonical format |
12
- | [ ` cp ` ] ( compose_cp.md ) | Copy files/folders between a service container and the local filesystem |
13
- | [ ` create ` ] ( compose_create.md ) | Creates containers for a service. |
14
- | [ ` down ` ] ( compose_down.md ) | Stop and remove containers, networks |
15
- | [ ` events ` ] ( compose_events.md ) | Receive real time events from containers. |
16
- | [ ` exec ` ] ( compose_exec.md ) | Execute a command in a running container. |
17
- | [ ` images ` ] ( compose_images.md ) | List images used by the created containers |
18
- | [ ` kill ` ] ( compose_kill.md ) | Force stop service containers. |
19
- | [ ` logs ` ] ( compose_logs.md ) | View output from containers |
20
- | [ ` ls ` ] ( compose_ls.md ) | List running compose projects |
21
- | [ ` pause ` ] ( compose_pause.md ) | Pause services |
22
- | [ ` port ` ] ( compose_port.md ) | Print the public port for a port binding. |
23
- | [ ` ps ` ] ( compose_ps.md ) | List containers |
24
- | [ ` pull ` ] ( compose_pull.md ) | Pull service images |
25
- | [ ` push ` ] ( compose_push.md ) | Push service images |
26
- | [ ` restart ` ] ( compose_restart.md ) | Restart service containers |
27
- | [ ` rm ` ] ( compose_rm.md ) | Removes stopped service containers |
28
- | [ ` run ` ] ( compose_run.md ) | Run a one-off command on a service. |
29
- | [ ` scale ` ] ( compose_scale.md ) | Scale services |
30
- | [ ` start ` ] ( compose_start.md ) | Start services |
31
- | [ ` stats ` ] ( compose_stats.md ) | Display a live stream of container(s) resource usage statistics |
32
- | [ ` stop ` ] ( compose_stop.md ) | Stop services |
33
- | [ ` top ` ] ( compose_top.md ) | Display the running processes |
34
- | [ ` unpause ` ] ( compose_unpause.md ) | Unpause services |
35
- | [ ` up ` ] ( compose_up.md ) | Create and start containers |
36
- | [ ` version ` ] ( compose_version.md ) | Show the Docker Compose version information |
37
- | [ ` wait ` ] ( compose_wait.md ) | Block until the first service container stops |
38
- | [ ` watch ` ] ( compose_watch.md ) | Watch build context for service and rebuild/refresh containers when files are updated |
8
+ | Name | Description |
9
+ | :--------------------------------| :-----------------------------------------------------------------------------------------|
10
+ | [ ` attach ` ] ( compose_attach.md ) | Attach local standard input, output, and error streams to a service's running container. |
11
+ | [ ` build ` ] ( compose_build.md ) | Build or rebuild services |
12
+ | [ ` config ` ] ( compose_config.md ) | Parse, resolve and render compose file in canonical format |
13
+ | [ ` cp ` ] ( compose_cp.md ) | Copy files/folders between a service container and the local filesystem |
14
+ | [ ` create ` ] ( compose_create.md ) | Creates containers for a service. |
15
+ | [ ` down ` ] ( compose_down.md ) | Stop and remove containers, networks |
16
+ | [ ` events ` ] ( compose_events.md ) | Receive real time events from containers. |
17
+ | [ ` exec ` ] ( compose_exec.md ) | Execute a command in a running container. |
18
+ | [ ` images ` ] ( compose_images.md ) | List images used by the created containers |
19
+ | [ ` kill ` ] ( compose_kill.md ) | Force stop service containers. |
20
+ | [ ` logs ` ] ( compose_logs.md ) | View output from containers |
21
+ | [ ` ls ` ] ( compose_ls.md ) | List running compose projects |
22
+ | [ ` pause ` ] ( compose_pause.md ) | Pause services |
23
+ | [ ` port ` ] ( compose_port.md ) | Print the public port for a port binding. |
24
+ | [ ` ps ` ] ( compose_ps.md ) | List containers |
25
+ | [ ` pull ` ] ( compose_pull.md ) | Pull service images |
26
+ | [ ` push ` ] ( compose_push.md ) | Push service images |
27
+ | [ ` restart ` ] ( compose_restart.md ) | Restart service containers |
28
+ | [ ` rm ` ] ( compose_rm.md ) | Removes stopped service containers |
29
+ | [ ` run ` ] ( compose_run.md ) | Run a one-off command on a service. |
30
+ | [ ` scale ` ] ( compose_scale.md ) | Scale services |
31
+ | [ ` start ` ] ( compose_start.md ) | Start services |
32
+ | [ ` stats ` ] ( compose_stats.md ) | Display a live stream of container(s) resource usage statistics |
33
+ | [ ` stop ` ] ( compose_stop.md ) | Stop services |
34
+ | [ ` top ` ] ( compose_top.md ) | Display the running processes |
35
+ | [ ` unpause ` ] ( compose_unpause.md ) | Unpause services |
36
+ | [ ` up ` ] ( compose_up.md ) | Create and start containers |
37
+ | [ ` version ` ] ( compose_version.md ) | Show the Docker Compose version information |
38
+ | [ ` wait ` ] ( compose_wait.md ) | Block until the first service container stops |
39
+ | [ ` watch ` ] ( compose_watch.md ) | Watch build context for service and rebuild/refresh containers when files are updated |
39
40
40
41
41
42
### Options
0 commit comments