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

Commit 0a6dfaa

Browse files
committed
fix example context create command in readme
Signed-off-by: Nick Adcock <[email protected]>
1 parent c42f468 commit 0a6dfaa

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)