Package Details: docker-git 27.3.1+r50521+gfc68ffcb1-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 -git latest
Upstream URL: https://www.docker.com/
Keywords: cgroups containers
Licenses: Apache-2.0
Conflicts: docker
Provides: docker
Submitter: ido
Maintainer: envolution
Last Packager: envolution
Votes: 45
Popularity: 0.000000
First Submitted: 2013-12-05 18:13 (UTC)
Last Updated: 2024-11-18 07:56 (UTC)

Required by (219)

Sources (4)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 11 12 Next › Last »

Netrix commented on 2016-05-03 22:49 (UTC)

Thanks for your work on this package. This package is continuously out-of-date because it takes latest code from github. I think it would be good to add git checkout 'hashcode of supported commit' to make it valid. Whenever someone will update the package the hash should also get updated. The latest version of docker separates daemon from client and will probably new more work to make it working again.

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.