docs(docker-compose): Typo
This commit is contained in:
parent
d36e30638c
commit
945eb67104
@ -128,7 +128,7 @@ Check out file contents over in the [examples/hashicorpvault](examples/hashicorp
|
|||||||
|
|
||||||
## Caveats
|
## Caveats
|
||||||
|
|
||||||
Consider Cookiecutter's project directory and rendered files a starting point. It won't do everything perfect.
|
Consider Cookiecutter's project directory and rendered files a starting point. It won't do everything perfectly.
|
||||||
|
|
||||||
Imagine if you will a service that consists of [Infinispan](https://infinispan.org/) among other things. In Docker Hub's content-addressable image store Infinispan's location is at `infinispan/server` so you obviously want that exact string with a forward slash to show up in your `docker-compose.yml` as the `image:` key's value, same with your `Dockerfile`. The `image:` key's value comes from what you enter in Cookiecutter's `component_list` prompt. Component strings are then used to also pre-fill the `volumes:` key.
|
Imagine if you will a service that consists of [Infinispan](https://infinispan.org/) among other things. In Docker Hub's content-addressable image store Infinispan's location is at `infinispan/server` so you obviously want that exact string with a forward slash to show up in your `docker-compose.yml` as the `image:` key's value, same with your `Dockerfile`. The `image:` key's value comes from what you enter in Cookiecutter's `component_list` prompt. Component strings are then used to also pre-fill the `volumes:` key.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user