system/docker: Add note about requirement.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Vincent Batts 2014-12-15 06:38:01 +07:00 committed by Willy Sudiarto Raharjo
parent 41109beaf4
commit aeb3113f2a
2 changed files with 6 additions and 4 deletions

View file

@ -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. /etc/lilo.conf, on the "append" variable.
NOTE: google-go-lang is only needed at compile time - not needed for runtime. NOTE: google-go-lang is only needed at compile time - not needed for runtime.
Docker doesn't support x86, only x86_64

View file

@ -1,10 +1,10 @@
PRGNAM="docker" PRGNAM="docker"
VERSION="1.3.1" VERSION="1.3.1"
HOMEPAGE="https://docker.io/" HOMEPAGE="https://docker.io/"
DOWNLOAD="https://github.com/docker/docker/archive/v1.3.1.tar.gz" DOWNLOAD="UNSUPPORTED"
MD5SUM="098c366f9c8eb82ba537b93eec66303e" MD5SUM=""
DOWNLOAD_x86_64="" DOWNLOAD_x86_64="https://github.com/docker/docker/archive/v1.3.1.tar.gz"
MD5SUM_x86_64="" MD5SUM_x86_64="098c366f9c8eb82ba537b93eec66303e"
REQUIRES="google-go-lang" REQUIRES="google-go-lang"
MAINTAINER="Vincent Batts" MAINTAINER="Vincent Batts"
EMAIL="vbatts@hashbangbash.com" EMAIL="vbatts@hashbangbash.com"