Certificate erros on docker/pip #214
razvancicu
started this conversation in
General
Replies: 1 comment
-
|
Thanks for filing. How are you connecting to this dev container? I'm guessing you're using VS Code based on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am getting the following certificate errors when trying to run my usual containers inside devcontainers. Do you see the same behavior on your side?
Here is my devcontainer definition
{ "name": "Automation Hive", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/python:1-3.12-bullseye", "features": { // Containerlab will run in a docker-in-docker container // it is also possible to use docker-outside-docker feature "ghcr.io/devcontainers/features/docker-in-docker:latest": {} }, "customizations": { "vscode": { "extensions": [ // various tools "ms-azuretools.vscode-docker", "tuxtina.json2yaml", "vscode-icons-team.vscode-icons", "mutantdino.resourcemonitor", "bungcip.better-toml" ] } } }Beta Was this translation helpful? Give feedback.
All reactions