If you want to login to the default Docker Hub repository, simply use:
docker login
or more specifically:
docker login registry-1.docker.io
Answer from Argus Duong on Stack OverflowHow does the hub handles http error 429?
Looking for non-Docker Photo library
Required to login to pull public images?
Can't login to docker hub by command
Videos
If you want to login to the default Docker Hub repository, simply use:
docker login
or more specifically:
docker login registry-1.docker.io
You can also login using a Docker Hub Access Token: https://docs.docker.com/docker-hub/access-tokens.
To do that:
- Access your Docker Hub account.
- Click on your avatar (on the page top right side).
- Click on
My Account. - Click on
Security(on the page left side second from the top).
- And then click on
New Access Tokenbutton. - Give a token description, define the token permissions and click on
Generate. - Copy and save your token.
Then log in with your new token. Type docker login -u <your-username> on your terminal and paste your Access Token when requested by the password.
docker login -u <your-username>
I’m looking for an easy to setup self host photo management tool that doesn’t use docker. I tried Immich and PhotoPrism but they’re a little out of my ability level. I tried Piwigo but my library size and folder structure gave it a seizure and it corrupted the database.
Is there truly no good options for this? I used to use Jellyfin for this but since they changed mixed home libraries, they don’t work anymore.