Skip to content

Commit

Permalink
Merge pull request #150 from tofuutils/feat/readme
Browse files Browse the repository at this point in the history
Update docker run example in the README file
  • Loading branch information
kvendingoldo authored Jun 3, 2024
2 parents 54eb4cf + ed70356 commit a3de1b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Get the most recent packaged binaries (`.deb`, `.rpm`, `.apk`, `pkg.tar.zst `, `
You can use dockerized version of tenv via the following command:

```sh
docker run --rm --it ghcr.io/tofuutils/tenv:latest help
docker run -it --rm tofuutils/tenv:latest help
```
The docker container is not meant as a way to run tenv for CI pipelines, for local use, you should use one of the [packaged binaries](#manual-installation).
<a id="usage"></a>
Expand Down

0 comments on commit a3de1b4

Please sign in to comment.