Skip to content

Commit

Permalink
Update docker command to delete container on exit (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcd1232 authored Oct 11, 2021
1 parent b269a0d commit 0db5223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ The following will work:
### Docker
In the folder where your go.mod lives run
```
go list -u -m -json all | docker run -i psampaz/go-mod-outdated
go list -u -m -json all | docker run --rm -i psampaz/go-mod-outdated
```
To use parameters just append
```
go list -u -m -json all | docker run -i psampaz/go-mod-outdated -update
go list -u -m -json all | docker run --rm -i psampaz/go-mod-outdated -update
```
### CI pipelines

Expand Down

0 comments on commit 0db5223

Please sign in to comment.