Rename .yaml to .yml

docker-compose and other utilities use the .yml extension.
For consistency rename all .yaml to .yml

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-03-27 09:53:26 +02:00
parent 88286c6868
commit e9fbe43b34
19 changed files with 19 additions and 19 deletions

View File

@@ -26,9 +26,9 @@ gcloud beta auth application-default login
## Build a moby image
Add a `gcp` output line to your yaml config, see the example in `examples/gcp.yaml`.
Add a `gcp` output line to your yaml config, see the example in `examples/gcp.yml`.
Then do `./bin/moby myfile.yaml`
Then do `./bin/moby myfile.yml`
This will create a local `myfile.img.tar.gz` compressed image file, upload it to the
specified bucket, and create a bootable image.