Skip to content

Commit

Permalink
docs: Remove latest (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jan 15, 2024
1 parent 39f5de0 commit c6f6e16
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 @@ -24,14 +24,14 @@ version: "3"
services:
qemu:
container_name: qemu
image: qemux/qemu-host:latest
image: qemux/qemu-host
restart: on-failure
```
Via `docker run`

```bash
docker run -it --rm qemux/qemu-host:latest
docker run -it --rm qemux/qemu-host
```

### Background
Expand Down

0 comments on commit c6f6e16

Please sign in to comment.