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 .. 4 5 6 7 8 9 10 11 12 Next › Last »

zoidberg_md commented on 2016-03-12 20:37 (UTC)

The systemd files are now provided by upstream in contrib/init/systemd. There are also udev rules in contrib/udev, maybe they are worth installing.

flaccid commented on 2016-01-31 00:25 (UTC)

@tomxtobin Thanks, fixed!

<deleted-account> commented on 2016-01-30 14:53 (UTC)

package() now breaks, as dockerinit was removed upstream in 4357ed4a7363a1032edf93cf03232953c805184f. Removing the relevant line in package() fixes it.

pyriand3r commented on 2016-01-21 09:43 (UTC) (edited on 2016-01-21 09:44 (UTC) by pyriand3r)

@yhfudev docker-git compiled on my 32bit netbook very well indeed... and is running... Only thing is that port forwarding is not working atm but i can pull, build and run images etc.

flaccid commented on 2015-11-11 09:40 (UTC)

@yhfudev well considering https://github.com/docker/docker/commit/f7837599283ff89493d4fcfb7d9a046a7f9dc13b should we just remove i686 from the arch() array and move on?

yhfudev commented on 2015-11-10 16:33 (UTC)

@flaccid If you really want to use a i386 machine, you may install the KVM visualization supports in Linux, by this document: https://wiki.archlinux.org/index.php/Libvirt I suggest you install the GUI virt-manager, and change the processor type when you create virtual machines with it. Or you just install a i686 arch Linux on either x86 or x64 cpu. The problem is the docker-git can't be compiled in 32 bit environment.

flaccid commented on 2015-11-08 21:35 (UTC)

@tophsic 1.10 is correct as 1.9 is now released so it has been bumped (https://github.com/docker/docker/blob/master/VERSION). Its incremented i.e. .9=nine, .10=ten in semver.

flaccid commented on 2015-11-08 21:11 (UTC) (edited on 2015-11-08 21:32 (UTC) by flaccid)

@yhfudev is that documented somewhere? @tophsic looking into this!

tophsic commented on 2015-11-05 10:38 (UTC)

Actually, if I install Docker from docker-git, I got Docker 1.10. Is there a way to specify 1.9 version ? Done `makepkg -sri` after cloning docker-git.

yhfudev commented on 2015-11-02 21:54 (UTC)

@flaccid You may use KVM and select "kvm32" to get a i686 environment or "pentium" to get a i586 environment.