Skip to content

Commit

Permalink
Documented with latest version by default
Browse files Browse the repository at this point in the history
  • Loading branch information
amanas committed Jan 18, 2022
1 parent 0b9d77e commit 99bf73c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A ready to go [GLIMPSE](https://odelaneau.github.io/GLIMPSE/) docker image.
Usage:

```bash
docker run -it --name glimpse ghcr.io/amanas/docker-glimpse:1.1.1_v1
docker run -it --name glimpse ghcr.io/amanas/docker-glimpse
```

## Versions
Expand All @@ -22,6 +22,6 @@ docker run -it --name glimpse ghcr.io/amanas/docker-glimpse:1.1.1_v1
Just in case you want to fork this repo and create your own distro:

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

0 comments on commit 99bf73c

Please sign in to comment.