From 911799b36a229f4e41f2306b4944679a2078f244 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Mon, 3 Oct 2016 14:53:28 -0400 Subject: [PATCH] Update .dsb references to .dab Updates the new file extension for distributed application bundles. --- docs/user-guide.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index 7eaf8767..8bdffb06 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -15,7 +15,7 @@ Currently Kompose supports to transform either Docker Compose file (both of v1 a $ cd examples/ $ ls -docker-compose.yml docker-compose-bundle.dsb docker-gitlab.yml docker-voting.yml +docker-compose.yml docker-compose-bundle.dab docker-gitlab.yml docker-voting.yml $ kompose -f docker-gitlab.yml convert -y file "redisio-svc.yaml" created @@ -49,13 +49,13 @@ file "db-deployment.json" created $ ls db-deployment.json docker-compose.yml docker-gitlab.yml redis-deployment.json result-deployment.json vote-deployment.json worker-deployment.json -db-svc.json docker-compose-bundle.dsb docker-voting.yml redis-svc.json result-svc.json vote-svc.json worker-svc.json +db-svc.json docker-compose-bundle.dab docker-voting.yml redis-svc.json result-svc.json vote-svc.json worker-svc.json ``` Using `--bundle, --dab` to specify a DAB file as below: ```console -$ kompose --bundle docker-compose-bundle.dsb convert +$ kompose --bundle docker-compose-bundle.dab convert WARN[0000]: Unsupported key networks - ignoring file "redis-svc.json" created file "web-svc.json" created