docker-idrac6 icon indicating copy to clipboard operation
docker-idrac6 copied to clipboard

Mounting vmedia

Open Swampcritter opened this issue 1 year ago • 3 comments

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?

Swampcritter avatar Nov 13 '23 17:11 Swampcritter

@Swampcritter you may have already tried this but just in case you havent

initial_screen_1

Click the dropdown and navigate to / folder

screen_2

Click on /

screen_3

You may need to scroll to vmedia folder, click into that folder screen_4

you should see your ISO

otherwise I have a compose file I can send you which uses a bind mount where I store my own ISO files

liltimtim avatar Dec 28 '23 03:12 liltimtim