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 (202)

Sources (7)

Latest Comments

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

WeenieHut commented on 2017-08-10 01:41 (UTC)

So I was having tons of problems. First was logging into the registry. I was getting EOF errors. I discovered that my router couldn't handle DNS hostname forwarding correctly. The systemd entry /etc/systemd/system/docker.service.d/http-proxy.cont was causing errors. By removing the 192.168.1.1 line fixed those errors. Then I had the error of not being able to access my virtualized devices as their IP addresses weren't being correctly forwarded across the interfaces. That was fixed by `sudo vim /etc/systemd/network/docker0.network` and adding the line [Network] IPForward=kernel Alls good now. What a fucking headache.

flaccid commented on 2017-07-03 07:59 (UTC)

@mnciitbhu fixed now.

flaccid commented on 2017-07-01 00:21 (UTC)

Raised https://github.com/opencontainers/runc/issues/1503.

flaccid commented on 2017-07-01 00:02 (UTC) (edited on 2017-07-01 00:06 (UTC) by flaccid)

@mnciitbhu apparently this commit that was changed does not exist in the runc source repo https://github.com/moby/moby/commit/a5e83836a49547b2add871bb52cbd8bfedb57114#diff-705886959f75f158a6230aaa994d6d2cR6. It does exist https://github.com/opencontainers/runc/commit/2d41c047c83e09a6d61d464906feb2a2f3c52aa4.

mnciitbhu commented on 2017-06-30 15:28 (UTC)

Failed with : ==> Starting prepare()... fatal: reference is not a tree: 2d41c047c83e09a6d61d464906feb2a2f3c52aa4 ==> ERROR: A failure occurred in prepare(). Aborting... Any solutions?

flaccid commented on 2017-06-06 06:44 (UTC)

@joekiller thanks, i've push those changes.

joekiller commented on 2017-06-05 16:38 (UTC)

@flaccid Docker also recently switched to using opencontainers's runc. I made a patch here: https://github.com/joekiller/docker-git/commit/689ba726bb5b7b6f8cbc57166d6ee9e5af9ed0be

joekiller commented on 2017-06-05 16:03 (UTC)

@flaccid looks like docker cli removed "build" from their Makefile and replaced it with binary and dynbinary. Changing the docker cli make command from "make build" to "LDFLAGS= make dynbinary" fixed it up. (Line 119) https://github.com/docker/cli/commit/a787cbc93bf6571ea7186e372bfffddf682f6f61#diff-b67911656ef5d18c4ae36cb6741b7965

joekiller commented on 2017-05-24 19:41 (UTC)

@flaccid things are looking up! docker-proxy is working again.

flaccid commented on 2017-05-02 07:04 (UTC)

@joekiller thanks for that. See how you go now, I've added docker-proxy in the usual (new) way.