Updating to new tooling:supports Github source linking
Fixing HEAD Updating to match daniel Fixing the index link Signed-off-by: Mary Anthony <mary@docker.com>
This commit is contained in:
parent
129092b7b4
commit
0e9c542865
15 changed files with 46 additions and 114 deletions
|
|
@ -100,5 +100,5 @@ directory name.
|
|||
|
||||
## Where to go next
|
||||
|
||||
* [CLI environment variables](/reference/overview.md)
|
||||
* [Command line reference](/reference)
|
||||
* [CLI environment variables](overview.md)
|
||||
* [Command line reference](index.md)
|
||||
|
|
|
|||
|
|
@ -11,24 +11,24 @@ parent = "smn_compose_ref"
|
|||
|
||||
## Compose CLI reference
|
||||
|
||||
The following pages describe the usage information for the [docker-compose](/reference/docker-compose.md) subcommands. You can also see this information by running `docker-compose [SUBCOMMAND] --help` from the command line.
|
||||
The following pages describe the usage information for the [docker-compose](docker-compose.md) subcommands. You can also see this information by running `docker-compose [SUBCOMMAND] --help` from the command line.
|
||||
|
||||
* [build](/reference/build.md)
|
||||
* [help](/reference/help.md)
|
||||
* [kill](/reference/kill.md)
|
||||
* [ps](/reference/ps.md)
|
||||
* [restart](/reference/restart.md)
|
||||
* [run](/reference/run.md)
|
||||
* [start](/reference/start.md)
|
||||
* [up](/reference/up.md)
|
||||
* [logs](/reference/logs.md)
|
||||
* [port](/reference/port.md)
|
||||
* [pull](/reference/pull.md)
|
||||
* [rm](/reference/rm.md)
|
||||
* [scale](/reference/scale.md)
|
||||
* [stop](/reference/stop.md)
|
||||
* [build](build.md)
|
||||
* [help](help.md)
|
||||
* [kill](kill.md)
|
||||
* [ps](ps.md)
|
||||
* [restart](restart.md)
|
||||
* [run](run.md)
|
||||
* [start](start.md)
|
||||
* [up](up.md)
|
||||
* [logs](logs.md)
|
||||
* [port](port.md)
|
||||
* [pull](pull.md)
|
||||
* [rm](rm.md)
|
||||
* [scale](scale.md)
|
||||
* [stop](stop.md)
|
||||
|
||||
## Where to go next
|
||||
|
||||
* [CLI environment variables](/reference/overview)
|
||||
* [docker-compose Command](/reference/docker-compose)
|
||||
* [CLI environment variables](overview.md)
|
||||
* [docker-compose Command](docker-compose.md)
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ This section describes the subcommands you can use with the `docker-compose` com
|
|||
|
||||
## Commands
|
||||
|
||||
* [docker-compose Command](/reference/docker-compose.md)
|
||||
* [CLI Reference](/reference)
|
||||
* [docker-compose Command](docker-compose.md)
|
||||
* [CLI Reference](index.md)
|
||||
|
||||
|
||||
## Environment Variables
|
||||
|
|
@ -77,8 +77,8 @@ Configures the time (in seconds) a request to the Docker daemon is allowed to ha
|
|||
it failed. Defaults to 60 seconds.
|
||||
|
||||
|
||||
## Compose documentation
|
||||
## Related Information
|
||||
|
||||
- [User guide](/)
|
||||
- [Installing Compose](install.md)
|
||||
- [Yaml file reference](yml.md)
|
||||
- [User guide](../index.md)
|
||||
- [Installing Compose](../install.md)
|
||||
- [Yaml file reference](../yml.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue