You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Start up a private local registry using the command docker run -d --rm --name noAuthRegistry -p 5100:5000 registry.
Go to the "REGISTRIES" node -> Click 'Connect Registry...' -> Select 'Generic Docker Registry(Preview)' -> Input the URL: http://localhost:5100 -> Username: <Press Enter>.
Push an image to the registry -> Right click the pushed image -> Select "Delete Image..." -> "Yes" -> Click "Learn more" when popping up a notification.
Environment: GitHub Codespaces (Remote/Local)
Build Version: 20210513.4
Repro Steps:
docker run -d --rm --name noAuthRegistry -p 5100:5000 registry
.http://localhost:5100
-> Username: <Press Enter
>.Expect:
Open a webpage in the browser: https://docs.docker.com/registry/configuration/#delete
Actual:
No webpage opens.
The text was updated successfully, but these errors were encountered: