Spirals-Team / docker-machine-driver-g5k

Docker Machine driver for the Grid'5000 testbed infrastructure.
https://www.grid5000.fr
Apache License 2.0
13 stars 5 forks source link

Run docker from the frontend #17

Closed jad-darrous closed 7 years ago

jad-darrous commented 7 years ago

Hello,

I'd like to run my experiments from the frontend. docker-machine is installed on the frontend but docker is not! I can provision machines but I cannot run docker containers on them. Users cannot install new softwares on the frontend, so, is there a solution?

Thanks,

gfieni commented 7 years ago

Hello, The only solution is to use docker-machine ssh machineName docker run ... to control the Docker daemon of the node.

jad-darrous commented 7 years ago

OK, thank you a lot. I was trying with the conventional way of eval "$(docker-machine env ....)"