docs(docker-compose): Update example directory layout (#7)
This commit is contained in:
parent
299c15e30d
commit
4bc93e5546
17
README.md
17
README.md
@ -191,28 +191,37 @@ Make some code changes, for example to the Docker Compose Cookiecutter template.
|
||||
service [mydir]: myservice
|
||||
component_list [myservice]: mycomponent_one,mycomponent_two
|
||||
context [ctx]: ux_novosibirsk
|
||||
Select build:
|
||||
1 - no
|
||||
2 - yes
|
||||
Choose from 1, 2 [1]: 2
|
||||
```
|
||||
|
||||
- Observe that in `/tmp/cookiecutter-docker-compose` you now have your rendered Docker Compose dir:
|
||||
```
|
||||
# tree /tmp/cookiecutter-docker-compose
|
||||
# tree -a .
|
||||
|
||||
/tmp/cookiecutter-docker-compose
|
||||
.
|
||||
└── mydir
|
||||
├── build-context
|
||||
│ ├── mycomponent_one
|
||||
│ │ ├── docker-data
|
||||
│ │ │ └── .gitkeep
|
||||
│ │ ├── Dockerfile
|
||||
│ │ └── extras
|
||||
│ │ └── .gitkeep
|
||||
│ └── mycomponent_two
|
||||
│ ├── docker-data
|
||||
│ │ └── .gitkeep
|
||||
│ ├── Dockerfile
|
||||
│ └── extras
|
||||
│ └── .gitkeep
|
||||
├── common-settings.yml
|
||||
├── docker-compose.override.yml
|
||||
├── docker-compose.yml
|
||||
└── env
|
||||
└── fqdn_context.env.example
|
||||
├── env
|
||||
│ └── fqdn_context.env.example
|
||||
└── README.md
|
||||
```
|
||||
|
||||
- For rapid testing you will most likely want to not type prompt answers repeatedly. Give them as command line arguments instead, also specify `--no-input` to suppress prompts:
|
||||
|
Loading…
x
Reference in New Issue
Block a user