Skip to content

Commit

Permalink
docs(binaries): typo in docker compose command
Browse files Browse the repository at this point in the history
  • Loading branch information
lcube45 authored and Toilal committed Mar 17, 2021
1 parent bbe3048 commit 88ab7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Most often, binaries are registered inside `docker-compose.yml.jsonnet` using

Docker binary shims **are available in the shell `PATH`** and acts as aliases to binaries living in images or containers of
docker-compose services. They delegate to [ddb run command](./commands.md#ddb-run) to generate a complex
`docker-compose run` or `docker-compose exe` command to invoke.
`docker-compose run` or `docker-compose exec` command to invoke.

Those binaries **let you think they are locally installed** on your computer, but everything still runs inside docker.
This is because ddb take cares of **common docker pitfalls** : project and current working directory are mapped properly,
Expand Down

0 comments on commit 88ab7b0

Please sign in to comment.