Giter Site home page Giter Site logo

Can´t create a workspace about devpod HOT 5 CLOSED

DenXliW avatar DenXliW commented on June 29, 2024 1
Can´t create a workspace

from devpod.

Comments (5)

abdulari avatar abdulari commented on June 29, 2024

hi. looking at your error, docker is not found in %PATH%
Here are some things you can debug:

  • did you install docker? is it accessible through your command line?
  • try running docker ps to check your connection with the docker daemon

from devpod.

DenXliW avatar DenXliW commented on June 29, 2024

docker ps works and show me the existing container ...

I think the problem is a server or firewall problem within the company network.

info Error: initializing source docker://mcr.microsoft.com/devcontainers/python:0-3.11: pinging container registry mcr.microsoft.com: Get "https://mcr.microsoft.com/v2/": dial tcp: lookup mcr.microsoft.com: Temporary failure in name resolution

from devpod.

abdulari avatar abdulari commented on June 29, 2024

Sounds like it's a proxy configuration issue. check your docker.json configuration for proxy configuration, and make sure the docker daemon knows your network requires proxy configuration. see links below.
once that is completed, make sure you can run docker run -it hello-world successfully.
that will tell you that docker is able to connect to public container registries (dockerhub).

  1. https://docs.docker.com/network/proxy/#configure-the-docker-client
  2. https://docs.docker.com/config/daemon/systemd/#manually-create-the-systemd-unit-files

from devpod.

89luca89 avatar 89luca89 commented on June 29, 2024

@DenXliW I can't reproduce your issue

Can you show how did you setup the PATH ? With a simple installation of docker desktop and WSL I was not able to reproduce your problem

from devpod.

pascalbreuninger avatar pascalbreuninger commented on June 29, 2024

closing due to staleness, feel free to reopen if you can still repro

from devpod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.