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 2 3 4 5 6 7 .. 12 Next › Last »

flaccid commented on 2020-10-22 01:50 (UTC)

@mikeccuk2005 local problem for you. Can't replicate, yay.

mikeccuk2005 commented on 2020-10-21 14:17 (UTC) (edited on 2020-10-21 14:37 (UTC) by mikeccuk2005)

==> Starting build()... -> building runc ln: failed to create symbolic link '/src/github.com/opencontainers/': No such file or directory

not sure why it is asking for this directory

cd .cache/yay/docker-git/src/

containerd/ docker-ce/ docker.install go/ libnetwork/ moby/ runc/ tini/

here is the runc in .cache is totally different path

edit:

export GOPATH=$HOME/.cache/yay/docker-git/src/go

This fixes build problems

flaccid commented on 2020-07-13 09:47 (UTC)

@Nullrequest as mentioned, just submit a patch as afaik we don't have a pull request feature.

Nullrequest commented on 2020-07-13 09:33 (UTC)

@fflaccid would you mind adding the nftables support moby has. Moby is way ahead of docker with nftables and cgroups v2. Atleast nftables support would be nice

flaccid commented on 2020-07-13 07:21 (UTC)

@Nullrequest it does use moby and the docker cli. Happy to review patches to the PKGBUILD etc.

Nullrequest commented on 2020-07-12 03:40 (UTC)

Have you considered using the moby(the open source version of docker) instead of docker as moby has wip progress(mostly working) for cgroups v2 and nftables. you still need to manually add exceptions for the docker0. It will be merged with the docker repo however this has more bleeding edge fixes. there are 2 repos you can use as the up stream. https://github.com/moby/moby or https://github.com/AkihiroSuda/moby-snapshot

severo_bo commented on 2018-11-16 00:36 (UTC) (edited on 2018-11-16 00:37 (UTC) by severo_bo)

With Manjaro I could install this way:

$ export GOPATH=/home/MYUSER/.cache/yay/docker-git/src/go
$ yay -S apparmor-git
$ yay -S docker-git

JDCNS commented on 2018-11-13 03:45 (UTC)

Well, I've tried resetting the GOPATH, even though I have a different error. I keep getting "plugin/plugin_go18.go:24:2: cannot find package "plugin" in any of:" while trying to "building containerd". It even includes "/usr/src/plugin (from $GOROOT)", which seems odd. I know very little about go, so I'm stumped.

flaccid commented on 2018-11-02 09:08 (UTC)

@ThomasAntoniousC must be a problem upstream with the image etc. docker run -it centos:centos7 works fine for example. EL6 is dead anyway.

ThomasAntoniousC commented on 2018-11-02 08:35 (UTC) (edited on 2018-11-02 08:36 (UTC) by ThomasAntoniousC)

I am a having an issue trying to run a centOS image. I posted the problem here: https://unix.stackexchange.com/questions/478387/running-a-centos-docker-image-on-arch-linux-exits-with-code-139 can anyone help?