diff --git a/compose/reference/build.md b/compose/reference/build.md index 5ffb2b5c7f6..2c01e4da862 100644 --- a/compose/reference/build.md +++ b/compose/reference/build.md @@ -1,6 +1,7 @@ --- description: build -keywords: fig, composition, compose, docker, orchestration, cli, build +keywords: +- fig, composition, compose, docker, orchestration, cli, build menu: main: identifier: build.compose @@ -21,4 +22,4 @@ Options: Services are built once and then tagged as `project_service`, e.g., `composetest_db`. If you change a service's Dockerfile or the contents of its -build directory, run `docker-compose build` to rebuild it. \ No newline at end of file +build directory, run `docker-compose build` to rebuild it. diff --git a/compose/reference/bundle.md b/compose/reference/bundle.md index 223b0caf75a..4cb0a02e4f7 100644 --- a/compose/reference/bundle.md +++ b/compose/reference/bundle.md @@ -1,6 +1,7 @@ --- description: Create a distributed application bundle from the Compose file. -keywords: fig, composition, compose, docker, orchestration, cli, bundle +keywords: +- fig, composition, compose, docker, orchestration, cli, bundle menu: main: identifier: bundle.compose @@ -27,4 +28,4 @@ Images must have digests stored, which requires interaction with a Docker registry. If digests aren't stored for all images, you can fetch them with `docker-compose pull` or `docker-compose push`. To push images automatically when bundling, pass `--push-images`. Only services with -a `build` option specified will have their images pushed. \ No newline at end of file +a `build` option specified will have their images pushed. diff --git a/compose/reference/config.md b/compose/reference/config.md index 241ce00e6a0..1f610805df6 100644 --- a/compose/reference/config.md +++ b/compose/reference/config.md @@ -1,6 +1,7 @@ --- description: Config validates and view the compose file. -keywords: fig, composition, compose, docker, orchestration, cli, config +keywords: +- fig, composition, compose, docker, orchestration, cli, config menu: main: identifier: config.compose @@ -19,4 +20,4 @@ Options: --services Print the service names, one per line. ``` -Validate and view the compose file. \ No newline at end of file +Validate and view the compose file. diff --git a/compose/reference/create.md b/compose/reference/create.md index d1a944c5557..808276165f6 100644 --- a/compose/reference/create.md +++ b/compose/reference/create.md @@ -1,6 +1,7 @@ --- description: Create creates containers for a service. -keywords: fig, composition, compose, docker, orchestration, cli, create +keywords: +- fig, composition, compose, docker, orchestration, cli, create menu: main: identifier: create.compose @@ -22,4 +23,4 @@ Options: Incompatible with --force-recreate. --no-build Don't build an image, even if it's missing. --build Build images before creating containers. -``` \ No newline at end of file +``` diff --git a/compose/reference/down.md b/compose/reference/down.md index 5671aac3d05..47ec4dc4895 100644 --- a/compose/reference/down.md +++ b/compose/reference/down.md @@ -1,6 +1,7 @@ --- description: down -keywords: fig, composition, compose, docker, orchestration, cli, down +keywords: +- fig, composition, compose, docker, orchestration, cli, down menu: main: identifier: down.compose @@ -34,4 +35,4 @@ By default, the only things removed are: - Networks defined in the `networks` section of the Compose file - The default network, if one is used -Networks and volumes defined as `external` are never removed. \ No newline at end of file +Networks and volumes defined as `external` are never removed. diff --git a/compose/reference/envvars.md b/compose/reference/envvars.md index 387e40c0c19..4887e6cdf8a 100644 --- a/compose/reference/envvars.md +++ b/compose/reference/envvars.md @@ -1,6 +1,7 @@ --- description: CLI Environment Variables -keywords: fig, composition, compose, docker, orchestration, cli, reference +keywords: +- fig, composition, compose, docker, orchestration, cli, reference menu: main: parent: smn_compose_cli @@ -87,4 +88,4 @@ Supported values are: `TLSv1`, `TLSv1_1`, `TLSv1_2`. - [User guide](../index.md) - [Installing Compose](../install.md) - [Compose file reference](../compose-file.md) -- [Environment file](../env-file.md) \ No newline at end of file +- [Environment file](../env-file.md) diff --git a/compose/reference/events.md b/compose/reference/events.md index f14044885e5..c531df4bb78 100644 --- a/compose/reference/events.md +++ b/compose/reference/events.md @@ -1,6 +1,7 @@ --- description: Receive real time events from containers. -keywords: fig, composition, compose, docker, orchestration, cli, events +keywords: +- fig, composition, compose, docker, orchestration, cli, events menu: main: identifier: events.compose @@ -30,4 +31,4 @@ format: "image": "alpine:edge", "time": "2015-11-20T18:01:03.615550", } -``` \ No newline at end of file +``` diff --git a/compose/reference/exec.md b/compose/reference/exec.md index 1042126bee2..c7415d918d0 100644 --- a/compose/reference/exec.md +++ b/compose/reference/exec.md @@ -1,6 +1,7 @@ --- description: exec -keywords: fig, composition, compose, docker, orchestration, cli, exec +keywords: +- fig, composition, compose, docker, orchestration, cli, exec menu: main: identifier: exec.compose @@ -25,4 +26,4 @@ Options: This is equivalent of `docker exec`. With this subcommand you can run arbitrary commands in your services. Commands are by default allocating a TTY, so you can -do e.g. `docker-compose exec web sh` to get an interactive prompt. \ No newline at end of file +do e.g. `docker-compose exec web sh` to get an interactive prompt. diff --git a/compose/reference/help.md b/compose/reference/help.md index 7d870468969..d7e454ba0dd 100644 --- a/compose/reference/help.md +++ b/compose/reference/help.md @@ -1,6 +1,7 @@ --- description: help -keywords: fig, composition, compose, docker, orchestration, cli, help +keywords: +- fig, composition, compose, docker, orchestration, cli, help menu: main: identifier: help.compose @@ -14,4 +15,4 @@ title: help Usage: help COMMAND ``` -Displays help and usage instructions for a command. \ No newline at end of file +Displays help and usage instructions for a command. diff --git a/compose/reference/index.md b/compose/reference/index.md index 6e1ef095be0..b28d184b50a 100644 --- a/compose/reference/index.md +++ b/compose/reference/index.md @@ -1,6 +1,7 @@ --- description: Compose CLI reference -keywords: fig, composition, compose, docker, orchestration, cli, reference +keywords: +- fig, composition, compose, docker, orchestration, cli, reference menu: main: identifier: smn_compose_cli @@ -38,4 +39,4 @@ The following pages describe the usage information for the [docker-compose](over ## Where to go next * [CLI environment variables](envvars.md) -* [docker-compose Command](overview.md) \ No newline at end of file +* [docker-compose Command](overview.md) diff --git a/compose/reference/kill.md b/compose/reference/kill.md index aabcd81527a..3f6c74973f1 100644 --- a/compose/reference/kill.md +++ b/compose/reference/kill.md @@ -1,6 +1,7 @@ --- description: Forces running containers to stop. -keywords: fig, composition, compose, docker, orchestration, cli, kill +keywords: +- fig, composition, compose, docker, orchestration, cli, kill menu: main: identifier: kill.compose @@ -20,4 +21,4 @@ Options: Forces running containers to stop by sending a `SIGKILL` signal. Optionally the signal can be passed, for example: - $ docker-compose kill -s SIGINT \ No newline at end of file + $ docker-compose kill -s SIGINT diff --git a/compose/reference/logs.md b/compose/reference/logs.md index a6e72e2b2ed..7008a801c7f 100644 --- a/compose/reference/logs.md +++ b/compose/reference/logs.md @@ -1,6 +1,7 @@ --- description: Displays log output from services. -keywords: fig, composition, compose, docker, orchestration, cli, logs +keywords: +- fig, composition, compose, docker, orchestration, cli, logs menu: main: identifier: logs.compose @@ -21,4 +22,4 @@ Options: for each container. ``` -Displays log output from services. \ No newline at end of file +Displays log output from services. diff --git a/compose/reference/overview.md b/compose/reference/overview.md index de543d8479b..b84a6b28d4c 100644 --- a/compose/reference/overview.md +++ b/compose/reference/overview.md @@ -2,7 +2,8 @@ aliases: - /compose/reference/docker-compose/ description: Overview of docker-compose CLI -keywords: fig, composition, compose, docker, orchestration, cli, docker-compose +keywords: +- fig, composition, compose, docker, orchestration, cli, docker-compose menu: main: parent: smn_compose_cli @@ -123,4 +124,4 @@ envvars.md#compose-project-name) ## Where to go next -* [CLI environment variables](envvars.md) \ No newline at end of file +* [CLI environment variables](envvars.md) diff --git a/compose/reference/pause.md b/compose/reference/pause.md index 89667b144e4..ba45242e715 100644 --- a/compose/reference/pause.md +++ b/compose/reference/pause.md @@ -1,6 +1,7 @@ --- description: Pauses running containers for a service. -keywords: fig, composition, compose, docker, orchestration, cli, pause +keywords: +- fig, composition, compose, docker, orchestration, cli, pause menu: main: identifier: pause.compose @@ -14,4 +15,4 @@ title: pause Usage: pause [SERVICE...] ``` -Pauses running containers of a service. They can be unpaused with `docker-compose unpause`. \ No newline at end of file +Pauses running containers of a service. They can be unpaused with `docker-compose unpause`. diff --git a/compose/reference/port.md b/compose/reference/port.md index ce621cfe7ff..a8a6e196784 100644 --- a/compose/reference/port.md +++ b/compose/reference/port.md @@ -1,6 +1,7 @@ --- description: Prints the public port for a port binding.s -keywords: fig, composition, compose, docker, orchestration, cli, port +keywords: +- fig, composition, compose, docker, orchestration, cli, port menu: main: identifier: port.compose @@ -19,4 +20,4 @@ Options: instances of a service [default: 1] ``` -Prints the public port for a port binding. \ No newline at end of file +Prints the public port for a port binding. diff --git a/compose/reference/ps.md b/compose/reference/ps.md index 513a57ac684..20aa45f2485 100644 --- a/compose/reference/ps.md +++ b/compose/reference/ps.md @@ -1,6 +1,7 @@ --- description: Lists containers. -keywords: fig, composition, compose, docker, orchestration, cli, ps +keywords: +- fig, composition, compose, docker, orchestration, cli, ps menu: main: identifier: ps.compose @@ -25,4 +26,4 @@ $ docker-compose ps -------------------------------------------------------------------------------------------- mywordpress_db_1 docker-entrypoint.sh mysqld Up 3306/tcp mywordpress_wordpress_1 /entrypoint.sh apache2-for ... Restarting 0.0.0.0:8000->80/tcp -``` \ No newline at end of file +``` diff --git a/compose/reference/pull.md b/compose/reference/pull.md index 9e54e9be183..018f7a47e04 100644 --- a/compose/reference/pull.md +++ b/compose/reference/pull.md @@ -1,6 +1,7 @@ --- description: Pulls service images. -keywords: fig, composition, compose, docker, orchestration, cli, pull +keywords: +- fig, composition, compose, docker, orchestration, cli, pull menu: main: identifier: pull.compose @@ -17,4 +18,4 @@ Options: --ignore-pull-failures Pull what it can and ignores images with pull failures. ``` -Pulls service images. \ No newline at end of file +Pulls service images. diff --git a/compose/reference/push.md b/compose/reference/push.md index 855c90cd2cd..4d10b82f3e3 100644 --- a/compose/reference/push.md +++ b/compose/reference/push.md @@ -1,6 +1,7 @@ --- description: Pushes service images. -keywords: fig, composition, compose, docker, orchestration, cli, push +keywords: +- fig, composition, compose, docker, orchestration, cli, push menu: main: identifier: push.compose @@ -17,4 +18,4 @@ Options: --ignore-push-failures Push what it can and ignores images with push failures. ``` -Pushes images for services. \ No newline at end of file +Pushes images for services. diff --git a/compose/reference/restart.md b/compose/reference/restart.md index 0640fbffec6..18d4266750a 100644 --- a/compose/reference/restart.md +++ b/compose/reference/restart.md @@ -1,6 +1,7 @@ --- description: Restarts Docker Compose services. -keywords: fig, composition, compose, docker, orchestration, cli, restart +keywords: +- fig, composition, compose, docker, orchestration, cli, restart menu: main: identifier: restart.compose @@ -17,4 +18,4 @@ Options: -t, --timeout TIMEOUT Specify a shutdown timeout in seconds. (default: 10) ``` -Restarts services. \ No newline at end of file +Restarts services. diff --git a/compose/reference/rm.md b/compose/reference/rm.md index a9176ae33dc..e18c90818c0 100644 --- a/compose/reference/rm.md +++ b/compose/reference/rm.md @@ -1,6 +1,7 @@ --- description: Removes stopped service containers. -keywords: fig, composition, compose, docker, orchestration, cli, rm +keywords: +- fig, composition, compose, docker, orchestration, cli, rm menu: main: identifier: rm.compose @@ -25,4 +26,4 @@ Removes stopped service containers. By default, anonymous volumes attached to containers will not be removed. You can override this with `-v`. To list all volumes, use `docker volume ls`. -Any data which is not in a volume will be lost. \ No newline at end of file +Any data which is not in a volume will be lost. diff --git a/compose/reference/run.md b/compose/reference/run.md index 08da1d2aa62..e61f214326c 100644 --- a/compose/reference/run.md +++ b/compose/reference/run.md @@ -1,6 +1,7 @@ --- description: Runs a one-off command on a service. -keywords: fig, composition, compose, docker, orchestration, cli, run +keywords: +- fig, composition, compose, docker, orchestration, cli, run menu: main: identifier: run.compose @@ -52,4 +53,4 @@ This would open up an interactive PostgreSQL shell for the linked `db` container If you do not want the `run` command to start linked containers, specify the `--no-deps` flag: - $ docker-compose run --no-deps web python manage.py shell \ No newline at end of file + $ docker-compose run --no-deps web python manage.py shell diff --git a/compose/reference/scale.md b/compose/reference/scale.md index 5a42d313a31..34a5e1e31ac 100644 --- a/compose/reference/scale.md +++ b/compose/reference/scale.md @@ -1,6 +1,7 @@ --- description: Sets the number of containers to run for a service. -keywords: fig, composition, compose, docker, orchestration, cli, scale +keywords: +- fig, composition, compose, docker, orchestration, cli, scale menu: main: parent: smn_compose_cli @@ -17,4 +18,4 @@ Sets the number of containers to run for a service. Numbers are specified as arguments in the form `service=num`. For example: - $ docker-compose scale web=2 worker=3 \ No newline at end of file + $ docker-compose scale web=2 worker=3 diff --git a/compose/reference/start.md b/compose/reference/start.md index 63f6a073b33..3a7591564d6 100644 --- a/compose/reference/start.md +++ b/compose/reference/start.md @@ -1,6 +1,7 @@ --- description: Starts existing containers for a service. -keywords: fig, composition, compose, docker, orchestration, cli, start +keywords: +- fig, composition, compose, docker, orchestration, cli, start menu: main: identifier: start.compose @@ -14,4 +15,4 @@ title: start Usage: start [SERVICE...] ``` -Starts existing containers for a service. \ No newline at end of file +Starts existing containers for a service. diff --git a/compose/reference/stop.md b/compose/reference/stop.md index 411fdd22cee..fe1e1f15906 100644 --- a/compose/reference/stop.md +++ b/compose/reference/stop.md @@ -1,6 +1,7 @@ --- description: 'Stops running containers without removing them. ' -keywords: fig, composition, compose, docker, orchestration, cli, stop +keywords: +- fig, composition, compose, docker, orchestration, cli, stop menu: main: identifier: stop.compose @@ -18,4 +19,4 @@ Options: ``` Stops running containers without removing them. They can be started again with -`docker-compose start`. \ No newline at end of file +`docker-compose start`. diff --git a/compose/reference/unpause.md b/compose/reference/unpause.md index 4f9cc9aadb9..a04e957b48b 100644 --- a/compose/reference/unpause.md +++ b/compose/reference/unpause.md @@ -1,6 +1,7 @@ --- description: Unpauses paused containers for a service. -keywords: fig, composition, compose, docker, orchestration, cli, unpause +keywords: +- fig, composition, compose, docker, orchestration, cli, unpause menu: main: identifier: unpause.compose @@ -14,4 +15,4 @@ title: unpause Usage: unpause [SERVICE...] ``` -Unpauses paused containers of a service. \ No newline at end of file +Unpauses paused containers of a service. diff --git a/compose/reference/up.md b/compose/reference/up.md index 271d8833575..decd4971c4a 100644 --- a/compose/reference/up.md +++ b/compose/reference/up.md @@ -1,6 +1,7 @@ --- description: Builds, (re)creates, starts, and attaches to containers for a service. -keywords: fig, composition, compose, docker, orchestration, cli, up +keywords: +- fig, composition, compose, docker, orchestration, cli, up menu: main: identifier: up.compose @@ -51,4 +52,4 @@ volumes). To prevent Compose from picking up changes, use the `--no-recreate` flag. If you want to force Compose to stop and recreate all containers, use the -`--force-recreate` flag. \ No newline at end of file +`--force-recreate` flag.