Package Details: docker-git 1:r46893.a908460adb-1

Git Clone URL: https://aur.archlinux.org/docker-git.git (read-only, click to copy)
Package Base: docker-git
Description: Pack, ship and run any application as a lightweight container.
Upstream URL: https://github.com/docker/docker
Keywords: cgroups containers
Licenses: Apache License Version 2.0
Conflicts: containerd, containerd-git, docker, runc, runc-git
Provides: docker
Replaces: containerd, containerd-git, docker, runc, runc-git
Submitter: ido
Maintainer: None
Last Packager: Neptune650
Votes: 45
Popularity: 0.000000
First Submitted: 2013-12-05 18:13 (UTC)
Last Updated: 2023-07-30 01:21 (UTC)

Required by (203)

Sources (7)

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12

silvio commented on 2014-08-01 12:23 (UTC)

Hi, a little update of the used patch. I have created a pull-request on your github-project. look here: https://github.com/ido/packages-archlinux/pull/26

svenstaro commented on 2014-07-25 14:46 (UTC)

Doesn't this need the systemd socket file now?

andreas_baumann commented on 2014-06-19 13:04 (UTC)

I also managed to get it running on 32-bit. A small patch (docker-i386.patch) is needed: diff -rauN docker/docker/docker.go docker-i386-patch/docker/docker.go --- docker-i386-patch/docker/docker.go 2014-06-19 13:54:03.466262641 +0200 +++ docker/docker/docker.go 2014-06-19 13:59:19.191144892 +0200 @@ -258,9 +258,9 @@ func checkKernelAndArch() error { // Check for unsupported architectures - if runtime.GOARCH != "amd64" { - return fmt.Errorf("The docker runtime currently only supports amd64 (not %s). This will c hange in the future. Aborting.", runtime.GOARCH) - } +// if runtime.GOARCH != "amd64" { +// return fmt.Errorf("The docker runtime currently only supports amd64 (not %s). This will c hange in the future. Aborting.", runtime.GOARCH) +// } // Check for unsupported kernel versions // FIXME: it would be cleaner to not test for specific versions, but rather // test for specific functionalities. Then in PKGBUILD: ... arch=('x86_64' 'i686') ... ... source=("git+https://github.com/dotcloud/docker.git" 'docker.service' 'docker.install' 'docker-i386.patch') md5sums=('SKIP' '3f7ccab915fb1942f06e18946c2811d2' '1a8e60447794b3c4f87a2272cc9f144f' '8adec862707628f01e5ff3149ee97525') ... build() { cd "$_magic/docker" patch -p1 -i $srcdir/docker-i386.patch export GOPATH="$srcdir:$srcdir/$_magic/docker/vendor" When starting up docker fails and complains about missing IP ranges for the bridge 'docker0'. I created a bridge manually as described in https://wiki.archlinux.org/index.php/Bridge_with_netctl I sucessfully built and run an image though it's rather slow on my old 32-bit Pentium III. :-)

test0 commented on 2014-05-09 17:35 (UTC)

Requies btrfs-progs to build

ido commented on 2014-05-09 05:46 (UTC)

@hunger - please submit a pull request to the github repo. Thanks.

hunger commented on 2014-05-07 21:34 (UTC)

Could you please use the systemd files that are nowadays part of the docker git (contrib/init/systemd). I would prefer having the socket activation units, that way I can depend on docker.service and be sure it will be up. Thanks!

ido commented on 2013-12-05 18:18 (UTC)

NOTE: To request changes to this package, please submit a pull request to the GitHub repository at https://github.com/ido/packages-archlinux Otherwise, open a GitHub issue. Thank you! -Ido