You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you go about mounting the /vmedia from the docker command line way?
I tried something like this: docker run -d \ -p 5800:5800 \ -p 5900:5900 \ -e IDRAC_HOST=mydellserver.local \ -e IDRAC_USER=root \ -e IDRAC_PASSWORD=calvin \ -e VIRTUAL_MEDIA=file.iso \ domistyle/idrac6
And I can connect to the docker VNC server (port 5900). But when I look at the drop down under the Launch Virtual Media, it doesn't show the /vmedia folder on the host machine. Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
AutoMount didn't work for me. Did some quick discovery and...
README/Configuration says to use VIRTUAL_MEDIA variable, but the mountiso.sh script uses VIRTUAL_ISO as the variable. The example docker-compose.yml has it correct.
Change your docker container environmental variable to VIRTUAL_ISO instead of VIRTUAL_MEDIA and your ISO will AutoMount.
How do you go about mounting the /vmedia from the docker command line way?
I tried something like this:
docker run -d \ -p 5800:5800 \ -p 5900:5900 \ -e IDRAC_HOST=mydellserver.local \ -e IDRAC_USER=root \ -e IDRAC_PASSWORD=calvin \ -e VIRTUAL_MEDIA=file.iso \ domistyle/idrac6
And I can connect to the docker VNC server (port 5900). But when I look at the drop down under the Launch Virtual Media, it doesn't show the /vmedia folder on the host machine. Am I doing something wrong?
The text was updated successfully, but these errors were encountered: