Spirals-Team / hadoop-benchmark

Docker containers to build an Hadoop infrastructure and experiment feedback control loops atop of it.
Apache License 2.0
9 stars 5 forks source link

Docker installation #3

Closed ghost closed 8 years ago

ghost commented 8 years ago

How can I install docker and docker-machine inside user folder on Grid5000?

zhangbbo commented 8 years ago

To install Docker and Docker-machine in fontend, we can not install them directly by the installation package in Docker website. So we must install them by binary files. you can use the command provided in Tutoriel:

$ curl -L https://github.com/docker/machine/releases/download/v0.5.6/docker-machine_linux-amd64 > /home/bzhang/docker-machine && chmod +x /home/bzhang/docker-machine

$ curl -L https://get.docker.com/builds/Linux/x86_64/docker-latest > /home/bzhang/docker && chmod +x /home/bzhang/docker

The two above commands are my example to install docker and docker-machine to my home folder. You just replace "bzhang" with your username and should be able to well install docker in your folder.

ghost commented 8 years ago

Trying, but says:

curl: (7) couldn't connect to host

zhangbbo commented 8 years ago

I just try. They work well. I achieve it in Nancy site. You can also have a try in Nancy site.

ghost commented 8 years ago

Could you please make a try on Lyon?

ghost commented 8 years ago

That seems okay now! Thanks a lot!

zhangbbo commented 8 years ago

They also work on Lyon site..... Can you show me the commands you used?

zhangbbo commented 8 years ago

You are welcome. :)

rouvoy commented 8 years ago

Fixed by commit b9891e6