Archived
1
0

Fix non-functional Docker Hub link (#6595)

registry.hub.docker.com leads to an blank white page
removing "registry' from the URL fixes it and takes the user to the correct page
This commit is contained in:
Merith 2024-01-05 12:22:33 -08:00 committed by GitHub
parent 07901026a0
commit ff0fcf6cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,7 @@ We publish to AUR as a package [here](https://aur.archlinux.org/packages/code-se
#### Docker
We publish code-server as a Docker image [here](https://registry.hub.docker.com/r/codercom/code-server), tagging it both with the version and latest.
We publish code-server as a Docker image [here](https://hub.docker.com/r/codercom/code-server), tagging it both with the version and latest.
This is currently automated with the release process.