-
Notifications
You must be signed in to change notification settings - Fork 27
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
Documentation on a *very* simple setup #5
Comments
Welcome and no worries! :) Arguably, this is one of the more complex docker setups, so let's try to clear up some things first :)
Did you follow the README? If so, are you stuck at any particular step? See also #1 which might give you some additional background information. I understand that the setup experience might be frustrating, so please feel free to share your results and/or improvements on our setup instructions. Thanks! |
Thanks! TL;DR:
Yup, I read through both READMEs and the phpvirtualbox wiki. The version of virtualbox I'm using is I've not used What I've done so far:
At this point the guides I've seen say to start it up with:
However, I don't have a I ran There is also a So I attempted to run:
But I get the message:
The machine is using DHCP (it's actually a portable server that I take to customer sites) - so it won't ever have a hardcoded IP. It looks like you can't reference I'm assuming that (if I've got things right so far), once I have docker-vboxwebsrv running, I just need to run clue/phpvirtualbox and link it to the vboxlocal container. It looks like I do this with something like:
However, since I'm running it locally, I'm not sure what the value of |
Thanks for your elaborate description, this certainly helps troubleshooting this.
Indeed, the
Correct. The option |
Hah! I finally got it. My biggest problem was getting vboxwebsrv running - there have been lots of changes to how it runs in the last couple versions of virtualbox. I ended up purging it and installing with:
Then, I found that starting vboxwebsrv with
I found this solution though:
... which does work. Then I was able to start up docker-phpvirtualbox with:
And everything ran perfectly. So now I'm working on a few more issues:
Do these things seem possible? Any advice? |
I'm new to docker, so I apologize if this is an ignorant question.
I've got an Ubuntu 14.04 server running virtualbox - installed directly on the host. It's mostly used in a headless state over ssh, but I'd really love to be able to remotely work with virtualbox on it via a web interface.
I installed docker and pulled down your images:
But I'm having trouble figuring out exactly how to get them up and running so that they're using the local virtualbox installation on the server and are accessible from another host on the network.
Again, I apologize for my lack of experience - any suggestions?
The text was updated successfully, but these errors were encountered: