-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Docker support Debian 7 platforms? #3521
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
Comments
Dear swan-go, welcome to Docker. According to several posts on the WWW, Docker runs fine on Debian 7.x (Wheezy/stable). I think you should report your issue either to Debian or to the Docker mailing list. The issue list/tracker is in my opinion not the correct place for your issue. Please make sure to report the exact commands you used to install Docker on Debian Wheezy, so your issue can be reproduced. |
This looks to me like a build issue. Did you follow the directions in the guide linked in your error message? FYI, the "get.docker.io" repo works on Debian, and 0.6.7 is officially in Debian unstable now as "docker.io", and will be transitioning to Debian testing soon. |
My debian version information is as follows: Docker installation method is as follows: $go get -v github.com/dotcloud/docker/... $ docker version $ docker -d & |
So, I'm guessing you found an outdated guide for how to compile Docker. We don't support the If you read the devenvironment guide linked in the error message you're getting, you will see that the official method of building Docker is by using Docker itself. You can do so by either downloading a straight binary of Docker from https://get.docker.io/builds/Linux/x86_64/docker-latest, or by using the repository we have setup for Ubuntu. Also, we now have an official package in Debian unstable as "docker.io", which you could also use to bootstrap from if you so desire. |
Thank you so much, very good, successful operation ~ ~ ~ |
$ docker -d &
[1] 3211
[/var/lib/docker|1cb97b4b] +job initapi()
[/var/lib/docker|1cb97b4b.initapi()] Creating server
$ Could not locate dockerinit: This usually means docker was built incorrectly. See http://docs.docker.io/en/latest/contributing/devenvironment for official build instructions.[/var/lib/docker|1cb97b4b] -job initapi() = ERR (1)
2014/01/09 21:55:56 initapi: Could not locate dockerinit: This usually means docker was built incorrectly. See http://docs.docker.io/en/latest/contributing/devenvironment for official build instructions.
[1] + 3211 exit 1 docker -d
The text was updated successfully, but these errors were encountered: