Docker / GCloud | How to fix docker-credential-gcloud not installed or not available in PATH?












0















I am trying to do a simple docker-compose command. But the console errors with that:



Building patch-panel
Traceback (most recent call last):
File "bin/docker-compose", line 6, in <module>
File "compose/cli/main.py", line 71, in main
File "compose/cli/main.py", line 127, in perform_command
File "compose/cli/main.py", line 1080, in up
File "compose/cli/main.py", line 1076, in up
File "compose/project.py", line 475, in up
File "compose/service.py", line 358, in ensure_image_exists
File "compose/service.py", line 1082, in build
File "site-packages/docker/api/build.py", line 251, in build
File "site-packages/docker/api/build.py", line 313, in _set_auth_headers
File "site-packages/docker/auth.py", line 96, in resolve_authconfig
File "site-packages/docker/auth.py", line 127, in _resolve_authconfig_credstore
File "site-packages/dockerpycreds/store.py", line 25, in __init__
dockerpycreds.errors.InitializationError: docker-credential-gcloud not installed or not available in PATH
[4167] Failed to execute script docker-compose


I am reading that something is wrong with the pip installer, and python versions. But I have 2 problems. I am on WSL(Linux), and this is a little bit tricky as steps are missings from the solutions and I am not familiar with docker. I just want to do a docker-compose, and I can't. Can someone tell me how to fix it?



Some info on my system:
After doing gcloud info



Google Cloud SDK [232.0.0]

Platform: [Linux, x86_64] ('Linux', 'DESKTOP-OF5642B', '4.4.0-18329-Microsoft', '#1-Microsoft Tue Jan 29 15:04:00 PST 2019', 'x86_64', '')
Python Version: [2.7.15+ (default, Nov 28 2018, 16:27:22) [GCC 8.2.0]]
Python Location: [/usr/bin/python2]
Site Packages: [Disabled]

Installation Root: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk]
Installed Components:
docker-credential-gcr:
core: [2019.01.27]
gsutil: [4.35]
bq: [2.0.40]
System PATH: [/home/efsta/go//bin:/usr/local/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/c/ProgramData/DockerDesktop/version-bin:/c/Program Files/Docker/Docker/Resources/bin:
/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/iCLS/:/c/Program Files/Intel/Intel(R) Management Engine Components/iCLS/:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/c/WI
NDOWS/System32/OpenSSH/:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Fil
es/Intel/Intel(R) Management Engine Components/IPT:/c/Users/Efsta/scoop/shims:/c/Users/Efsta/AppData/Local/Microsoft/WindowsApps:/c/Users/Efsta/AppData/Local/Programs/Microsoft VS Code/bin:/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-clo
ud-sdk/bin:/home/efsta/.dotnet/tools]
Python PATH: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/lib/third_party:/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk
:/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload]
Cloud SDK on PATH: [True]
Kubectl on PATH: [False]

Installation Properties: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/properties]
User Config Directory: [/home/efsta/.config/gcloud]
Active Configuration Name: [default]
Active Configuration Path: [/home/efsta/.config/gcloud/configurations/config_default]

Account: [dimitris@landoop.com]
Project: [k8-engine]

Current Properties:
[core]
project: [k8-engine]
account: [dimitris@landoop.com]
disable_usage_reporting: [True]

Logs Directory: [/home/efsta/.config/gcloud/logs]
Last Log File: [/home/efsta/.config/gcloud/logs/2019.02.04/02.22.49.856181.log]

git: [git version 2.20.1]
ssh: [OpenSSH_7.9p1 Debian-5, OpenSSL 1.1.1a 20 Nov 2018]


After doing gcloud --version:



Google Cloud SDK 232.0.0
bq 2.0.40
core 2019.01.27
docker-credential-gcr
gsutil 4.35


Docker info and docker compose version:



Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 2
Server Version: 18.09.1
Storage Driver: overlay2
Backing Filesystem: extfs
Supports d_type: true
Native Overlay Diff: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge host macvlan null overlay
Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Init Binary: docker-init
containerd version: 9754871865f7fe2f4e74d43e2fc7ccd237edcbce
runc version: 96ec2177ae841256168fcf76954f7177af9446eb
init version: fec3683
Security Options:
seccomp
Profile: default
Kernel Version: 4.9.125-linuxkit
Operating System: Docker for Windows
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 1.952GiB
Name: linuxkit-00155d010201
ID: 4TYN:GKJ7:IX2L:JZDX:IFSU:CSME:6VEU:3SRL:4LD2:NZCB:NYDL:DTUA
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
File Descriptors: 22
Goroutines: 46
System Time: 2019-02-04T00:28:06.9845313Z
EventsListeners: 1
Registry: https://index.docker.io/v1/
Labels:
Experimental: false
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false
Product License: Community Engine


docker-compose version 1.23.2, build 1110ad01
docker-py version: 3.6.0
CPython version: 3.6.7
OpenSSL version: OpenSSL 1.1.0f 25 May 2017









share|improve this question



























    0















    I am trying to do a simple docker-compose command. But the console errors with that:



    Building patch-panel
    Traceback (most recent call last):
    File "bin/docker-compose", line 6, in <module>
    File "compose/cli/main.py", line 71, in main
    File "compose/cli/main.py", line 127, in perform_command
    File "compose/cli/main.py", line 1080, in up
    File "compose/cli/main.py", line 1076, in up
    File "compose/project.py", line 475, in up
    File "compose/service.py", line 358, in ensure_image_exists
    File "compose/service.py", line 1082, in build
    File "site-packages/docker/api/build.py", line 251, in build
    File "site-packages/docker/api/build.py", line 313, in _set_auth_headers
    File "site-packages/docker/auth.py", line 96, in resolve_authconfig
    File "site-packages/docker/auth.py", line 127, in _resolve_authconfig_credstore
    File "site-packages/dockerpycreds/store.py", line 25, in __init__
    dockerpycreds.errors.InitializationError: docker-credential-gcloud not installed or not available in PATH
    [4167] Failed to execute script docker-compose


    I am reading that something is wrong with the pip installer, and python versions. But I have 2 problems. I am on WSL(Linux), and this is a little bit tricky as steps are missings from the solutions and I am not familiar with docker. I just want to do a docker-compose, and I can't. Can someone tell me how to fix it?



    Some info on my system:
    After doing gcloud info



    Google Cloud SDK [232.0.0]

    Platform: [Linux, x86_64] ('Linux', 'DESKTOP-OF5642B', '4.4.0-18329-Microsoft', '#1-Microsoft Tue Jan 29 15:04:00 PST 2019', 'x86_64', '')
    Python Version: [2.7.15+ (default, Nov 28 2018, 16:27:22) [GCC 8.2.0]]
    Python Location: [/usr/bin/python2]
    Site Packages: [Disabled]

    Installation Root: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk]
    Installed Components:
    docker-credential-gcr:
    core: [2019.01.27]
    gsutil: [4.35]
    bq: [2.0.40]
    System PATH: [/home/efsta/go//bin:/usr/local/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/c/ProgramData/DockerDesktop/version-bin:/c/Program Files/Docker/Docker/Resources/bin:
    /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/iCLS/:/c/Program Files/Intel/Intel(R) Management Engine Components/iCLS/:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/c/WI
    NDOWS/System32/OpenSSH/:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Fil
    es/Intel/Intel(R) Management Engine Components/IPT:/c/Users/Efsta/scoop/shims:/c/Users/Efsta/AppData/Local/Microsoft/WindowsApps:/c/Users/Efsta/AppData/Local/Programs/Microsoft VS Code/bin:/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-clo
    ud-sdk/bin:/home/efsta/.dotnet/tools]
    Python PATH: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/lib/third_party:/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk
    :/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload]
    Cloud SDK on PATH: [True]
    Kubectl on PATH: [False]

    Installation Properties: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/properties]
    User Config Directory: [/home/efsta/.config/gcloud]
    Active Configuration Name: [default]
    Active Configuration Path: [/home/efsta/.config/gcloud/configurations/config_default]

    Account: [dimitris@landoop.com]
    Project: [k8-engine]

    Current Properties:
    [core]
    project: [k8-engine]
    account: [dimitris@landoop.com]
    disable_usage_reporting: [True]

    Logs Directory: [/home/efsta/.config/gcloud/logs]
    Last Log File: [/home/efsta/.config/gcloud/logs/2019.02.04/02.22.49.856181.log]

    git: [git version 2.20.1]
    ssh: [OpenSSH_7.9p1 Debian-5, OpenSSL 1.1.1a 20 Nov 2018]


    After doing gcloud --version:



    Google Cloud SDK 232.0.0
    bq 2.0.40
    core 2019.01.27
    docker-credential-gcr
    gsutil 4.35


    Docker info and docker compose version:



    Containers: 0
    Running: 0
    Paused: 0
    Stopped: 0
    Images: 2
    Server Version: 18.09.1
    Storage Driver: overlay2
    Backing Filesystem: extfs
    Supports d_type: true
    Native Overlay Diff: true
    Logging Driver: json-file
    Cgroup Driver: cgroupfs
    Plugins:
    Volume: local
    Network: bridge host macvlan null overlay
    Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
    Swarm: inactive
    Runtimes: runc
    Default Runtime: runc
    Init Binary: docker-init
    containerd version: 9754871865f7fe2f4e74d43e2fc7ccd237edcbce
    runc version: 96ec2177ae841256168fcf76954f7177af9446eb
    init version: fec3683
    Security Options:
    seccomp
    Profile: default
    Kernel Version: 4.9.125-linuxkit
    Operating System: Docker for Windows
    OSType: linux
    Architecture: x86_64
    CPUs: 2
    Total Memory: 1.952GiB
    Name: linuxkit-00155d010201
    ID: 4TYN:GKJ7:IX2L:JZDX:IFSU:CSME:6VEU:3SRL:4LD2:NZCB:NYDL:DTUA
    Docker Root Dir: /var/lib/docker
    Debug Mode (client): false
    Debug Mode (server): true
    File Descriptors: 22
    Goroutines: 46
    System Time: 2019-02-04T00:28:06.9845313Z
    EventsListeners: 1
    Registry: https://index.docker.io/v1/
    Labels:
    Experimental: false
    Insecure Registries:
    127.0.0.0/8
    Live Restore Enabled: false
    Product License: Community Engine


    docker-compose version 1.23.2, build 1110ad01
    docker-py version: 3.6.0
    CPython version: 3.6.7
    OpenSSL version: OpenSSL 1.1.0f 25 May 2017









    share|improve this question

























      0












      0








      0








      I am trying to do a simple docker-compose command. But the console errors with that:



      Building patch-panel
      Traceback (most recent call last):
      File "bin/docker-compose", line 6, in <module>
      File "compose/cli/main.py", line 71, in main
      File "compose/cli/main.py", line 127, in perform_command
      File "compose/cli/main.py", line 1080, in up
      File "compose/cli/main.py", line 1076, in up
      File "compose/project.py", line 475, in up
      File "compose/service.py", line 358, in ensure_image_exists
      File "compose/service.py", line 1082, in build
      File "site-packages/docker/api/build.py", line 251, in build
      File "site-packages/docker/api/build.py", line 313, in _set_auth_headers
      File "site-packages/docker/auth.py", line 96, in resolve_authconfig
      File "site-packages/docker/auth.py", line 127, in _resolve_authconfig_credstore
      File "site-packages/dockerpycreds/store.py", line 25, in __init__
      dockerpycreds.errors.InitializationError: docker-credential-gcloud not installed or not available in PATH
      [4167] Failed to execute script docker-compose


      I am reading that something is wrong with the pip installer, and python versions. But I have 2 problems. I am on WSL(Linux), and this is a little bit tricky as steps are missings from the solutions and I am not familiar with docker. I just want to do a docker-compose, and I can't. Can someone tell me how to fix it?



      Some info on my system:
      After doing gcloud info



      Google Cloud SDK [232.0.0]

      Platform: [Linux, x86_64] ('Linux', 'DESKTOP-OF5642B', '4.4.0-18329-Microsoft', '#1-Microsoft Tue Jan 29 15:04:00 PST 2019', 'x86_64', '')
      Python Version: [2.7.15+ (default, Nov 28 2018, 16:27:22) [GCC 8.2.0]]
      Python Location: [/usr/bin/python2]
      Site Packages: [Disabled]

      Installation Root: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk]
      Installed Components:
      docker-credential-gcr:
      core: [2019.01.27]
      gsutil: [4.35]
      bq: [2.0.40]
      System PATH: [/home/efsta/go//bin:/usr/local/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/c/ProgramData/DockerDesktop/version-bin:/c/Program Files/Docker/Docker/Resources/bin:
      /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/iCLS/:/c/Program Files/Intel/Intel(R) Management Engine Components/iCLS/:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/c/WI
      NDOWS/System32/OpenSSH/:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Fil
      es/Intel/Intel(R) Management Engine Components/IPT:/c/Users/Efsta/scoop/shims:/c/Users/Efsta/AppData/Local/Microsoft/WindowsApps:/c/Users/Efsta/AppData/Local/Programs/Microsoft VS Code/bin:/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-clo
      ud-sdk/bin:/home/efsta/.dotnet/tools]
      Python PATH: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/lib/third_party:/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk
      :/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload]
      Cloud SDK on PATH: [True]
      Kubectl on PATH: [False]

      Installation Properties: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/properties]
      User Config Directory: [/home/efsta/.config/gcloud]
      Active Configuration Name: [default]
      Active Configuration Path: [/home/efsta/.config/gcloud/configurations/config_default]

      Account: [dimitris@landoop.com]
      Project: [k8-engine]

      Current Properties:
      [core]
      project: [k8-engine]
      account: [dimitris@landoop.com]
      disable_usage_reporting: [True]

      Logs Directory: [/home/efsta/.config/gcloud/logs]
      Last Log File: [/home/efsta/.config/gcloud/logs/2019.02.04/02.22.49.856181.log]

      git: [git version 2.20.1]
      ssh: [OpenSSH_7.9p1 Debian-5, OpenSSL 1.1.1a 20 Nov 2018]


      After doing gcloud --version:



      Google Cloud SDK 232.0.0
      bq 2.0.40
      core 2019.01.27
      docker-credential-gcr
      gsutil 4.35


      Docker info and docker compose version:



      Containers: 0
      Running: 0
      Paused: 0
      Stopped: 0
      Images: 2
      Server Version: 18.09.1
      Storage Driver: overlay2
      Backing Filesystem: extfs
      Supports d_type: true
      Native Overlay Diff: true
      Logging Driver: json-file
      Cgroup Driver: cgroupfs
      Plugins:
      Volume: local
      Network: bridge host macvlan null overlay
      Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
      Swarm: inactive
      Runtimes: runc
      Default Runtime: runc
      Init Binary: docker-init
      containerd version: 9754871865f7fe2f4e74d43e2fc7ccd237edcbce
      runc version: 96ec2177ae841256168fcf76954f7177af9446eb
      init version: fec3683
      Security Options:
      seccomp
      Profile: default
      Kernel Version: 4.9.125-linuxkit
      Operating System: Docker for Windows
      OSType: linux
      Architecture: x86_64
      CPUs: 2
      Total Memory: 1.952GiB
      Name: linuxkit-00155d010201
      ID: 4TYN:GKJ7:IX2L:JZDX:IFSU:CSME:6VEU:3SRL:4LD2:NZCB:NYDL:DTUA
      Docker Root Dir: /var/lib/docker
      Debug Mode (client): false
      Debug Mode (server): true
      File Descriptors: 22
      Goroutines: 46
      System Time: 2019-02-04T00:28:06.9845313Z
      EventsListeners: 1
      Registry: https://index.docker.io/v1/
      Labels:
      Experimental: false
      Insecure Registries:
      127.0.0.0/8
      Live Restore Enabled: false
      Product License: Community Engine


      docker-compose version 1.23.2, build 1110ad01
      docker-py version: 3.6.0
      CPython version: 3.6.7
      OpenSSL version: OpenSSL 1.1.0f 25 May 2017









      share|improve this question














      I am trying to do a simple docker-compose command. But the console errors with that:



      Building patch-panel
      Traceback (most recent call last):
      File "bin/docker-compose", line 6, in <module>
      File "compose/cli/main.py", line 71, in main
      File "compose/cli/main.py", line 127, in perform_command
      File "compose/cli/main.py", line 1080, in up
      File "compose/cli/main.py", line 1076, in up
      File "compose/project.py", line 475, in up
      File "compose/service.py", line 358, in ensure_image_exists
      File "compose/service.py", line 1082, in build
      File "site-packages/docker/api/build.py", line 251, in build
      File "site-packages/docker/api/build.py", line 313, in _set_auth_headers
      File "site-packages/docker/auth.py", line 96, in resolve_authconfig
      File "site-packages/docker/auth.py", line 127, in _resolve_authconfig_credstore
      File "site-packages/dockerpycreds/store.py", line 25, in __init__
      dockerpycreds.errors.InitializationError: docker-credential-gcloud not installed or not available in PATH
      [4167] Failed to execute script docker-compose


      I am reading that something is wrong with the pip installer, and python versions. But I have 2 problems. I am on WSL(Linux), and this is a little bit tricky as steps are missings from the solutions and I am not familiar with docker. I just want to do a docker-compose, and I can't. Can someone tell me how to fix it?



      Some info on my system:
      After doing gcloud info



      Google Cloud SDK [232.0.0]

      Platform: [Linux, x86_64] ('Linux', 'DESKTOP-OF5642B', '4.4.0-18329-Microsoft', '#1-Microsoft Tue Jan 29 15:04:00 PST 2019', 'x86_64', '')
      Python Version: [2.7.15+ (default, Nov 28 2018, 16:27:22) [GCC 8.2.0]]
      Python Location: [/usr/bin/python2]
      Site Packages: [Disabled]

      Installation Root: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk]
      Installed Components:
      docker-credential-gcr:
      core: [2019.01.27]
      gsutil: [4.35]
      bq: [2.0.40]
      System PATH: [/home/efsta/go//bin:/usr/local/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/c/ProgramData/DockerDesktop/version-bin:/c/Program Files/Docker/Docker/Resources/bin:
      /c/Program Files (x86)/Intel/Intel(R) Management Engine Components/iCLS/:/c/Program Files/Intel/Intel(R) Management Engine Components/iCLS/:/c/WINDOWS/system32:/c/WINDOWS:/c/WINDOWS/System32/Wbem:/c/WINDOWS/System32/WindowsPowerShell/v1.0/:/c/WI
      NDOWS/System32/OpenSSH/:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files/Intel/Intel(R) Management Engine Components/DAL:/c/Program Files (x86)/Intel/Intel(R) Management Engine Components/IPT:/c/Program Fil
      es/Intel/Intel(R) Management Engine Components/IPT:/c/Users/Efsta/scoop/shims:/c/Users/Efsta/AppData/Local/Microsoft/WindowsApps:/c/Users/Efsta/AppData/Local/Programs/Microsoft VS Code/bin:/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-clo
      ud-sdk/bin:/home/efsta/.dotnet/tools]
      Python PATH: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/lib/third_party:/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/lib:/usr/lib/python2.7:/usr/lib/python2.7/plat-x86_64-linux-gnu:/usr/lib/python2.7/lib-tk
      :/usr/lib/python2.7/lib-old:/usr/lib/python2.7/lib-dynload]
      Cloud SDK on PATH: [True]
      Kubectl on PATH: [False]

      Installation Properties: [/c/Users/Efsta/AppData/Local/Google/Cloud SDK/google-cloud-sdk/properties]
      User Config Directory: [/home/efsta/.config/gcloud]
      Active Configuration Name: [default]
      Active Configuration Path: [/home/efsta/.config/gcloud/configurations/config_default]

      Account: [dimitris@landoop.com]
      Project: [k8-engine]

      Current Properties:
      [core]
      project: [k8-engine]
      account: [dimitris@landoop.com]
      disable_usage_reporting: [True]

      Logs Directory: [/home/efsta/.config/gcloud/logs]
      Last Log File: [/home/efsta/.config/gcloud/logs/2019.02.04/02.22.49.856181.log]

      git: [git version 2.20.1]
      ssh: [OpenSSH_7.9p1 Debian-5, OpenSSL 1.1.1a 20 Nov 2018]


      After doing gcloud --version:



      Google Cloud SDK 232.0.0
      bq 2.0.40
      core 2019.01.27
      docker-credential-gcr
      gsutil 4.35


      Docker info and docker compose version:



      Containers: 0
      Running: 0
      Paused: 0
      Stopped: 0
      Images: 2
      Server Version: 18.09.1
      Storage Driver: overlay2
      Backing Filesystem: extfs
      Supports d_type: true
      Native Overlay Diff: true
      Logging Driver: json-file
      Cgroup Driver: cgroupfs
      Plugins:
      Volume: local
      Network: bridge host macvlan null overlay
      Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
      Swarm: inactive
      Runtimes: runc
      Default Runtime: runc
      Init Binary: docker-init
      containerd version: 9754871865f7fe2f4e74d43e2fc7ccd237edcbce
      runc version: 96ec2177ae841256168fcf76954f7177af9446eb
      init version: fec3683
      Security Options:
      seccomp
      Profile: default
      Kernel Version: 4.9.125-linuxkit
      Operating System: Docker for Windows
      OSType: linux
      Architecture: x86_64
      CPUs: 2
      Total Memory: 1.952GiB
      Name: linuxkit-00155d010201
      ID: 4TYN:GKJ7:IX2L:JZDX:IFSU:CSME:6VEU:3SRL:4LD2:NZCB:NYDL:DTUA
      Docker Root Dir: /var/lib/docker
      Debug Mode (client): false
      Debug Mode (server): true
      File Descriptors: 22
      Goroutines: 46
      System Time: 2019-02-04T00:28:06.9845313Z
      EventsListeners: 1
      Registry: https://index.docker.io/v1/
      Labels:
      Experimental: false
      Insecure Registries:
      127.0.0.0/8
      Live Restore Enabled: false
      Product License: Community Engine


      docker-compose version 1.23.2, build 1110ad01
      docker-py version: 3.6.0
      CPython version: 3.6.7
      OpenSSL version: OpenSSL 1.1.0f 25 May 2017






      linux python path google-cloud-platform docker-for-windows






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 4 at 0:30









      Dimitris EfstDimitris Efst

      23




      23






















          1 Answer
          1






          active

          oldest

          votes


















          0














          There is similar question with plenty of suggestion and answers.



          Note: This probably should have been a comment, but I don't have the needed reputation.






          share|improve this answer























            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1401705%2fdocker-gcloud-how-to-fix-docker-credential-gcloud-not-installed-or-not-avail%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            There is similar question with plenty of suggestion and answers.



            Note: This probably should have been a comment, but I don't have the needed reputation.






            share|improve this answer




























              0














              There is similar question with plenty of suggestion and answers.



              Note: This probably should have been a comment, but I don't have the needed reputation.






              share|improve this answer


























                0












                0








                0







                There is similar question with plenty of suggestion and answers.



                Note: This probably should have been a comment, but I don't have the needed reputation.






                share|improve this answer













                There is similar question with plenty of suggestion and answers.



                Note: This probably should have been a comment, but I don't have the needed reputation.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 14 at 15:19









                Filip NikolovFilip Nikolov

                313




                313






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1401705%2fdocker-gcloud-how-to-fix-docker-credential-gcloud-not-installed-or-not-avail%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Probability when a professor distributes a quiz and homework assignment to a class of n students.

                    Aardman Animations

                    Are they similar matrix