Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit 008d0e3

Browse files
Merge pull request #493 from zappy-shu/fix-readme-example-context-create
fix example context create command in readme
2 parents c42f468 + 0a6dfaa commit 008d0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ CNAB specifies three actions which `docker-app` provides as commands:
157157
**Note**: These commands need a Docker Context so that `docker-app` knows which endpoint and orchestrator to target.
158158

159159
```console
160-
$ docker context create swarm --description "swarm context" --default-stack-orchestrator=swarm --docker=host=unix:///var/run/docker.sock
160+
$ docker context create swarm --description "swarm context" --default-stack-orchestrator=swarm --docker-host=unix:///var/run/docker.sock
161161
swarm
162162
Successfully created context "swarm"
163163

0 commit comments

Comments
 (0)