mirror of https://github.com/docker/docs.git
update docker init reference (#19454)
* update docker init ref Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
This commit is contained in:
parent
a669754db8
commit
96cd6ae655
|
@ -10,7 +10,11 @@ long: |-
|
|||
* compose.yaml
|
||||
* README.Docker.md
|
||||
|
||||
If any of the files already exist, a prompt appears and provides a warning as well as giving you the option to overwrite all the files.
|
||||
If any of the files already exist, a prompt appears and provides a warning
|
||||
as well as giving you the option to overwrite all the files. If
|
||||
`docker-compose.yaml` already exists instead of `compose.yaml`, `docker
|
||||
init` can overwrite it, using `docker-compose.yaml` as the name for the
|
||||
Compose file.
|
||||
|
||||
> **Warning**
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue