Skip to content

Commit

Permalink
docs: Remove latest (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese committed Jan 15, 2024
1 parent 10c565f commit 3706ca8
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 @@ -29,7 +29,7 @@ version: "3"
services:
dsm:
container_name: dsm
image: vdsm/virtual-dsm:latest
image: vdsm/virtual-dsm
environment:
DISK_SIZE: "16G"
devices:
Expand All @@ -47,7 +47,7 @@ services:
Via `docker run`

```bash
docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 vdsm/virtual-dsm:latest
docker run -it --rm -p 5000:5000 --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 60 vdsm/virtual-dsm
```

## FAQ
Expand Down

0 comments on commit 3706ca8

Please sign in to comment.