rpi-docker-builder
rpi-docker-builder copied to clipboard
with 1.11.1, builder.sh fails with "cannot stat ...dockerinit-1.11.1’: No such file or directory"
According to the docker 1.11 release notes:
- dockerinit is no more (#19490,#19851)
See https://github.com/docker/docker/pull/19490
@StefanScherer Would it be possible to update the project to Docker v1.12.x ?
@szepeviktor There is no need for this repo. You can build Docker directly from docker/docker repo.
git clone https://github.com/docker/docker
cd docker
make deb
Only Git, Make and Docker are needed on host machine.
Thank you. For my platform (ThunderX arm64) there's no docker prebuilt.
+36204242498 Ezen a készüléken sok az elütés. Elnézést!
On November 16, 2016 8:02:24 AM CET, Stefan Scherer [email protected] wrote:
@szepeviktor There is no need for this repo. You can build Docker directly from docker/docker repo.
git clone https://github.com/docker/docker cd docker make deb
Only Git, Make and Docker are needed on host machine.
You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/hypriot/rpi-docker-builder/issues/14#issuecomment-260869837
Ok a make deb
is on its way with pull request https://github.com/docker/docker/pull/27625 which builds 1.13-dev
Otherwise use make binary
or make dynbinary
.
Thank you.
For my platform (ThunderX arm64) there's no docker prebuilt.
Will make dynbinary
run without Docker already installed?
No, for all make targets you need Docker installed. Try using packet.net http://packet.net/ they have a really big ARMv8 machine for 0,50$/hour. Use the apt-get install docker.io http://docker.io/ for the build.
Am 16.11.2016 um 15:29 schrieb Viktor Szépe [email protected]:
Thank you.
For my platform (ThunderX arm64) there's no docker prebuilt.
Will make dynbinary run without Docker already installed?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/hypriot/rpi-docker-builder/issues/14#issuecomment-260960632, or mute the thread https://github.com/notifications/unsubscribe-auth/AAMrj7Zuat6H16CpOl20yuHqddnOca5Eks5q-xM4gaJpZM4Ij591.
Thank you again.
I've made the test for them, see the comments: https://www.packet.net/blog/arming-the-world-with-an-arm64-bare-metal-server/#dsq-app1
I am a Debian guy and was always using apt.dockerproject.org as Docker is not available in Debian.
In apt.dockerproject.org the package name is docker-engine
which is not in Ubuntu.