-
Notifications
You must be signed in to change notification settings - Fork 9
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
Run image #3
Comments
If dolphin and the container are configured properly you can do everything that you could do if you were on the docker host. |
oh well, I just realized that the container.run command is not implemented. Should be pretty straightforward to do it though. |
you can get some inspiration from this: https://github.com/OptimalBits/dolphin/blob/master/lib/images.js#L24 |
That looks pretty straightforward! |
It is explained on the README |
sorry I see a piece of information is missing, you need to "share" the socket with the container, for example like this: docker run\
--restart always\
--name mycontainer\
-v /var/run/docker.sock:/var/run/docker.sock\
-d -t myimage
mycommand |
Hi,
When I run dolphin in a container (redbird) can I run an image (start a new container) with it?
I can't see it in the help or code.
Kind regards,
Kasper Veenvliet
The text was updated successfully, but these errors were encountered: