Apostasie

Results 89 issues of Apostasie

### Description `nerdctl login https://127.0.0.1:5000` will always be downgraded to http://127.0.0.1:5000 It seems to be because of the faulty logic in `remotes/docker/config/hosts.go` that apparently considers "the scheme is ambiguous" as...

bug
area/login

### Description This ticket is meant to list all current issues with `nerdctl image history` when compared with `docker image history`. * 1. [ ] fails if multiple tags point...

kind/unconfirmed-bug-claim

### Description Right now it is really hard to get green build on first try, as many things seem to fail unrelated to submitted code. This ticket is meant to...

bug
area/ci

### Description Whenever nerdctl displays lists of images (nerdctl images, nerdctl image list), the ID being reported are the repo sha, not the image ID. Compare with Docker. ### Steps...

status/needs-design-discussion

### Description Title says all ### Steps to reproduce the issue docker image inspect vs . nerdctl image inspect ### Describe the results you received and expected Reported size are...

kind/unconfirmed-bug-claim

### Description In a number of different occasions, but specifically when querying different objects in one call, nerdctl will return a stream of json arrays. In comparison, docker returns one...

bug

### Description Title says all. ### Steps to reproduce the issue ``` sudo ./nerdctl run --name foo --network bridge -d debian sleep 3600 sudo ./nerdctl inspect foo ``` ### Describe...

enhancement
area/network

### Description While investigating #2992, I noticed that `AllocHostsFile` is called before we verify that the requested `--name` for the container to be started is actually available. If the name...

bug

### Description Title says all. ### Steps to reproduce the issue ``` docker network inspect bridge nerdctl network inspect bridge ``` ### Describe the results you received and expected Docker...

enhancement
area/network

### Description When starting a container with --restart always, docker will not try to restart if explicitly stopped. On the other hand, nerdctl will ### Steps to reproduce the issue...

bug