Package Details: containerd-git v1.1.0.rc.2.r0.gf630d5f0-1

Git Clone URL: https://aur.archlinux.org/containerd-git.git (read-only, click to copy)
Package Base: containerd-git
Description: An open and reliable container runtime.
Upstream URL: https://containerd.io/
Keywords: containers docker runc
Licenses: Apache License 2.0
Conflicts: containerd
Replaces: containerd
Submitter: flaccid
Maintainer: flaccid
Last Packager: flaccid
Votes: 10
Popularity: 0.000000
First Submitted: 2016-06-10 02:35 (UTC)
Last Updated: 2018-04-17 12:46 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

1 2 Next › Last »

Richie commented on 2021-05-30 06:08 (UTC) (edited on 2021-05-30 06:10 (UTC) by Richie)

Hey I think I can solve the error "docker: Error response from daemon: ttrpc: closed: unknown." ​temporary by doing this:

sudo mkdir /sys/fs/cgroup/systemd

sudo mount -t cgroup -o none,name=systemd cgroup /sys/fs/cgroup/systemd

The internet says with croups v2 they removed "/sys/fs/cgroup/systemd" to unify stuff. Everything is now in "/sys/fs/cgroup" I believe docker or containerd aren't up to date.

To permanently fix it I added this to my fstab:

cgroup /sys/fs/cgroup/systemd cgroup none,name=systemd

Richie commented on 2021-05-29 18:12 (UTC) (edited on 2021-05-29 18:13 (UTC) by Richie)

In Line 31 I replaced

pushd "$GOPATH/src/github.com/containerd/containerd"

with

pushd "$srcdir/go/src/github.com/containerd/containerd"

and in Line 38

pushd "$GOPATH/src/github.com/containerd/containerd/bin"

with

pushd "$srcdir/go/src/github.com/containerd/containerd/bin"

That solves the problem @springzfx has.

In Line 31 I replaced $GOPATH with $srcdir/go That

springzfx commented on 2020-08-01 02:13 (UTC)

built failed with error:

.cache/yay/containerd-git/PKGBUILD: line 31: pushd: /src/github.com/containerd/containerd: No such file or directory

flaccid commented on 2018-04-17 12:48 (UTC)

@bswartz updated. Any issues, please add another comment, thanks!

bswartz commented on 2018-04-16 12:48 (UTC) (edited on 2018-04-16 12:48 (UTC) by bswartz)

The git repo for this project has moved, and so has the webpage.

https://github.com/docker/containerd.git -> https://github.com/containerd/containerd.git

https://containerd.tools/ -> https://containerd.io/

askl56 commented on 2017-02-14 21:00 (UTC)

Getting error in package main running manjaro on dell XPS

dluciv commented on 2017-02-11 11:00 (UTC)

On i686 fails with error about failing to pushd to /src/github.com/docker/containerd

flaccid commented on 2017-02-09 08:02 (UTC)

@JP-Ellis thanks for that. I have removed the prepare() function.