-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test: Podman support #2854
Comments
@chrmarti how do you install podman >= 2.0.14 on Ubuntu 18.04 LTE or 19.10 (on Parallels)? |
Giving up on installing podman 2.0.14. |
@weinand Sorry, it's |
@chrmarti |
@PavelSosin-320 #2887 will make the name and path of the Docker executable configurable so you can configure |
I've got rootless podman working on archlinux, along with the package However vscode stil wouldn't recognize my config, saying "Failed to connect. Is Docker running?" Is there something I'm missing? |
@Nuc1eoN Check what is in the log ( Please open a new issue if this is not working as expected. 👍 |
@chrisdias |
@chrmarti see above ^^ |
@Nuc1eoN Make sure you are using the latest version of VS Code (1.46) and have the Remote-Containers extension installed (version 0.117.1). |
@chrisdias
Extension and VS Code on latest versions. |
This comment has been minimized.
This comment has been minimized.
That's the Docker extension, please open an issue for them including the value you set for Open issue here: https://github.com/microsoft/vscode-docker/issues |
Ref - #116
Complexity: 4
Install the latest version (to get a fix in conmon >= 2.0.14 containers/podman#5046 (comment)) of Podman on Linux and add a symlink
docker
->podman
to the PATH.Run the Smoke-Test (https://github.com/microsoft/vscode-remote-release/wiki/Remote-Containers-Smoke-Test) ignoring the Docker Compose part (not supported with Podman at the moment) and test basic operations using
Remote-Containers
commands and the Remote Explorer.The text was updated successfully, but these errors were encountered: