Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
amanas committed Dec 22, 2021
1 parent 5e85fa8 commit b70f74e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ docker run -it ghcr.io/amanas/docker-glimpse:1.1.1

## Build and publish

Just in case you want to fork this repo and create your own distro:

```bash
docker build . -t ghcr.io/amanas/docker-glimpse:1.1.1
docker push ghcr.io/amanas/docker-glimpse:1.1.1
docker build . -t ghcr.io/<you>/docker-glimpse:<whatever>
docker push ghcr.io/<you>/docker-glimpse:<whatever>
```

0 comments on commit b70f74e

Please sign in to comment.