-
When any port is opened in container it is auto forwarded to a different port (source port + 1)
- VSCode Version: 1.76.0
- Local OS Version: Debian Bullseye
- Remote OS Version: Windows 11 / WSL …
-
Is it possible to use singularity containers instead of Docker? We only provide Singularity on our remote machines.
-
It would be nice if I could right click on a container in the docker extension and have an option to create/edit the container configuration file before then attaching vscode to the container.
At p…
nb88r updated
4 years ago
-
Currently we have separate APIs for "un-encapsulate an ostree commit" and "pull a possibly layered image".
The former supports GPG verification, the latter does not.
Today rpm-ostree always uses…
-
Hi,
I've compiled QMLPlayer for iOS, modifying the xcodeproj with Xcode to change the target device and the account to sign the application.
When I run the application I have the following error:
…
-
### Machines:
1. Windows 11 Laptop, Docker Desktop with nvidia-container-toolkit and WSL2 back-end.
2. Remote server, running Ubuntu 20.04.6 LTS, docker with nvidia-container-toolkit installed.
Bo…
-
I hope this is something useful to Ravada, if not feel free to delete this "issue".
x2go is a widely used remote desktop application (www.x2go.org).
There is a server component (x2goserver & x2g…
-
### What is the problem?
My datasets include the complete computation environment, that is, a container and the R package library, since it takes a long time if I have to re-install the packages ever…
-
I've just found that there's a relative new flatpak at https://github.com/flathub/com.visualstudio.code.tool.podman which adds a `podman-remote` binary to `com.visualstudio.code`'s `PATH`. I don't kno…
-
Given a `.devcontainer/Dockerfile`:
```dockerfile
FROM ubuntu as stage1
RUN apt-get update && apt-get install -y vim
FROM scratch as stage2
COPY --from=stage1 / /
RUN which vim
```
…