Skip to content

Commit

Permalink
typo docpots => docopts
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Viart committed Apr 19, 2022
1 parent 1ac859f commit c3dcdf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ No special purpose than to recreate an environment with `docopts`

## Build the docker image

The `--build-arg` is used to pass teh version of `docpots` to download pre-built binary.
If you're publishing `docpots` the `../VERSION` may not yet reflect a published version.
The `--build-arg` is used to pass teh version of `docopts` to download pre-built binary.
If you're publishing `docopts` the `../VERSION` may not yet reflect a published version.
You can find previously published VERSION in `../tests/VERSION`.

```
docker build -f debian-docopts.Dockerfile --build-arg VERSION=$(cat ./VERSION) -t debian-docpots .
docker build -f debian-docopts.Dockerfile --build-arg VERSION=$(cat ./VERSION) -t debian-docopts .
```

## Run interactive
Expand All @@ -19,5 +19,5 @@ You will have latest python version 0.6.1 in PATH as `docopts` and Go version in
Golang work space will also be installed if you want to test something.

```
docker run -it debian-docpots:latest
docker run -it debian-docopts:latest
```

0 comments on commit c3dcdf2

Please sign in to comment.