@@ -5,35 +5,36 @@ Define and run multi-container applications with Docker.
55
66### Subcommands
77
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- | [ ` stop ` ] ( compose_stop.md ) | Stop services |
32- | [ ` top ` ] ( compose_top.md ) | Display the running processes |
33- | [ ` unpause ` ] ( compose_unpause.md ) | Unpause services |
34- | [ ` up ` ] ( compose_up.md ) | Create and start containers |
35- | [ ` version ` ] ( compose_version.md ) | Show the Docker Compose version information |
36- | [ ` wait ` ] ( compose_wait.md ) | Block until the first service container stops |
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+ | [ ` stop ` ] ( compose_stop.md ) | Stop services |
32+ | [ ` top ` ] ( compose_top.md ) | Display the running processes |
33+ | [ ` unpause ` ] ( compose_unpause.md ) | Unpause services |
34+ | [ ` up ` ] ( compose_up.md ) | Create and start containers |
35+ | [ ` version ` ] ( compose_version.md ) | Show the Docker Compose version information |
36+ | [ ` wait ` ] ( compose_wait.md ) | Block until the first service container stops |
37+ | [ ` watch ` ] ( compose_watch.md ) | Watch build context for service and rebuild/refresh containers when files are updated |
3738
3839
3940### Options
0 commit comments