mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-13 13:49:25 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user