Skip to content

Commit 20a17be

Browse files
authored
fix links in README
1 parent b3a0f61 commit 20a17be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
For the underlying problem see (this issue)[https://github.com/moby/moby/issues/35048]
1+
For the underlying problem see [this issue](https://github.com/moby/moby/issues/35048)
22

33
`stack-deploy` tries to implement the "suffix your config files" workaround using the docker packages for parsing and writing the compose.yaml file.
44

@@ -17,5 +17,5 @@ options:
1717
-w, --workdir string Specify workdir (default ".")
1818

1919
# Implementation
20-
stack-redeploy parses the given yaml using the (docker compose loader package)[https://github.com/docker/cli/tree/master/cli/compose/loader]. Afterwards it iterates over all top level config definitions and prefixes the config. Replacing all usages in services with the prefixed one. Finally it simply calls the `docker` binary to deploy the stack.
20+
stack-redeploy parses the given yaml using the [docker compose loader package](https://github.com/docker/cli/tree/master/cli/compose/loader). Afterwards it iterates over all top level config definitions and prefixes the config. Replacing all usages in services with the prefixed one. Finally it simply calls the `docker` binary to deploy the stack.
2121

0 commit comments

Comments
 (0)