louislam / dockge

A fancy, easy-to-use and reactive self-hosted docker compose.yaml stack-oriented manager

Home Page:https://dockge.kuma.pet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker login does not work via GUI

p10tyr opened this issue Β· comments

⚠️ Please verify that this bug has NOT been reported before.

  • I checked and didn't find similar issue

πŸ›‘οΈ Security Policy

Description

When I use the GUI bash terminal to do docker login and enter my username. It says command is not allowed ?

I log in with SSH and do docker login, authenticated OK.

Press start on stack

πŸ‘Ÿ Reproduction steps

  • Add a private image in stack
  • docker login in GUI does not work
  • docker login in SSH - Authenticated OK
  • start stack
  • error

Error response from daemon: pull access denied for private-reop/cool-image, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

pull in ssh - pulled OK

πŸ‘€ Expected behavior

image is pulled in GUI after login in SSH

πŸ˜“ Actual Behavior

Error response from daemon: pull access denied for private-reop/cool-image, repository does not exist or may require 'docker login': denied: requested access to the resource is denied

Dockge Version

latest

πŸ’» Operating System and Arch

debian

🌐 Browser

edge

πŸ‹ Docker Version

latest

🟩 NodeJS Version

No response

πŸ“ Relevant log output

`Error response from daemon: pull access denied for private-reop/cool-image, repository does not exist or may require 'docker login': denied: requested access to the resource is denied`

Instead of trying to log in via dockge console, do this

  1. sudo docker login - to create a .docker file for docker in /root
  2. uncomment line dockage/compose.yml
  3. sudo docker compose up -d dockage compose file

I try this

root@localhost:~# sudo docker login
Authenticating with existing credentials...
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Where I can find dockage/compose.yml ?