Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vmmedia problem iso #77

Open
yolacan opened this issue Jan 2, 2025 · 1 comment
Open

vmmedia problem iso #77

yolacan opened this issue Jan 2, 2025 · 1 comment

Comments

@yolacan
Copy link

yolacan commented Jan 2, 2025

Hello;
this is a very nice solution, but I could not solve the vmmedia job.
with the following command set the container is ok but when I want to install with iso there is no result, you can see in the picture.

docker run -d
-p 5800:5800
-p 5900:5900
-e IDRAC_HOST=192.168.1.120
-e IDRAC_USER=root
-e IDRAC_PASSWORD=1111111
-e VIRTUAL_ISO=proxmox-ve_8.3-1.iso \
domistyle/idrac6

Screenshot 2025-01-02 at 22 39 58

@lucasantarella
Copy link

The ISO file proxmox-ve_8.3-1.iso must be mounted to /vmedia.

You should forward the directory where that iso is as well, like so:

docker run -d
  -p 5800:5800
  -p 5900:5900
  -e IDRAC_HOST=192.168.1.120
  -e IDRAC_USER=root
  -e IDRAC_PASSWORD=1111111
  -e VIRTUAL_ISO=proxmox-ve_8.3-1.iso \
  -v /my/local/path/to/dir/containing/proxmox/:/vmedia
  domistyle/idrac6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants