mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
system/docker: Add note about requirement.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
41109beaf4
commit
aeb3113f2a
2 changed files with 6 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue