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

Mounting vmedia #66

Open
Swampcritter opened this issue Nov 13, 2023 · 3 comments
Open

Mounting vmedia #66

Swampcritter opened this issue Nov 13, 2023 · 3 comments

Comments

@Swampcritter
Copy link

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?

@liltimtim
Copy link

@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

@bcurran3
Copy link

bcurran3 commented Sep 5, 2024

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.


LOVE THIS CONTAINER. Thank you @DomiStyle!.

@bcurran3
Copy link

bcurran3 commented Sep 5, 2024

I just added a PR: #75 for this.

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

3 participants