Apostasie
Apostasie
### Description ``` docker run -it --detach-keys=ctrl-a,ctrl-b --name what ghcr.io/stargz-containers/alpine:3.13-org docker attach --detach-keys=ctrl-a,ctrl-b what; echo $? / # read escape sequence 1 ``` nerdctl returns 0. ### Steps to reproduce...
### Description In terminal 1: `nerdctl run --rm -ti --detach-keys=ctrl-a,ctrl-b --name what debian` Do _not_ detach Then in terminal 2: `nerdctl attach what` Start typing in terminal 2. Notice that...
### Description ``` $ nerdctl run --rm -ti --detach-keys=ctrl-a,ctrl-b --name what debian root@cda8fd0a1e50:/# INFO[0007] read detach keys $ nerdctl ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES ```...
This is meant to collect more information about the issue known as "content digest not found". While #3435 (and follow-up for IPFS) did address the most obvious cases, we obviously...
### Description Although #3491 and #3522 have fixed a lot of cases where CNI would fail because of concurrent access, there are still cases where this happens. Here, on container...
### Description ``` $ nerdctl run -ti --detach-keys=ctrl-a,ctrl-b --name what debian $ nerdctl attach what a bash: a: command not found root@eb0961704604:/# ``` Compare with docker: ``` $ nadocker attach...
### Description On occasions, windows nerdctl pull will fail with `UtilityVM: Incorrect function.: unknown` Windows people, do you have a clue what that means / why it happens? @sondavidb @jsturtevant...
### Description Somehow there are cases where IPFS.Push will still fail despite layers being ensured. To investigate. ### Steps to reproduce the issue Hammer the tests ### Describe the results...
### Description See #3436 for a no-op PR that fails the test. This has been failing a lot on all my recent PRs, but seems racy. It is possibly a...
### What is the problem you're trying to solve In light of #3516 it is clear there are issues with code that likely pre-dates the introduction of multi-architecture. There is...