Sign inSign up

nathanejohnson/ventoy

By nathanejohnson

Updated 8 months ago

docker image for ventoy linux

Image
Operating systems
0

1.1K

nathanejohnson/ventoy repository overview

Simple docker image that packages the ventoy program.

https://github.com/nathanejohnson/ventoy-docker

To run this and expose a device /dev/sdc, simply:

docker run --device /dev/sdc --rm -it -p 24680:24680 nathanejohnson/ventoy:latest

And then you'd point your browser to http://localhost:24680 , or the ip of your docker host if connecting remotely.

If you'd prefer to use the cli, you could instead do the same as above, but override the command like so

docker run --device /dev/sdc --rm -it -p 24680:24680 nathanejohnson/ventoy:latest /bin/bash

Tag summary

Content type

Image

Digest

sha256:46ff4eef4

Size

160 MB

Last updated

8 months ago

docker pull nathanejohnson/ventoy