From aeb3113f2a1e6096f240bb9bb4b3de8d31e5ef73 Mon Sep 17 00:00:00 2001 From: Vincent Batts Date: Mon, 15 Dec 2014 06:38:01 +0700 Subject: system/docker: Add note about requirement. Signed-off-by: Willy Sudiarto Raharjo --- system/docker/README | 2 ++ system/docker/docker.info | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/system/docker/README b/system/docker/README index 7afec75678..d9c5e781b1 100644 --- a/system/docker/README +++ b/system/docker/README @@ -28,3 +28,5 @@ well, then append "swapaccount=1" to your kernel's parameters. This is often in /etc/lilo.conf, on the "append" variable. NOTE: google-go-lang is only needed at compile time - not needed for runtime. + +Docker doesn't support x86, only x86_64 diff --git a/system/docker/docker.info b/system/docker/docker.info index fdcd39f72e..9039305b56 100644 --- a/system/docker/docker.info +++ b/system/docker/docker.info @@ -1,10 +1,10 @@ PRGNAM="docker" VERSION="1.3.1" HOMEPAGE="https://docker.io/" -DOWNLOAD="https://github.com/docker/docker/archive/v1.3.1.tar.gz" -MD5SUM="098c366f9c8eb82ba537b93eec66303e" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://github.com/docker/docker/archive/v1.3.1.tar.gz" +MD5SUM_x86_64="098c366f9c8eb82ba537b93eec66303e" REQUIRES="google-go-lang" MAINTAINER="Vincent Batts" EMAIL="vbatts@hashbangbash.com" -- cgit v1.2.3