Apostasie
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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...