-
# Problem
Multiple teams collaborating on a common codebase may have different dependency or setup needs and currently this is done by sharing a single `devcontainer.json` configuration with all of…
-
I tried the `mcr.microsoft.com/devcontainers/typescript-node` containers `:20` & `:22`. When trying to run `npm` with the default node user, I get this error:
```
$ npm --version
node:internal/mo…
-
new values file like https://github.com/suxess-it/sx-cnp-oss/blob/main/platform-apps/charts/backstage/values-k3d.yaml with codespace URLs
change https://github.com/suxess-it/sx-cnp-oss/blob/255cd1…
-
Hi! My devcontainer.json looks like this:
```json
{
"name": "keycrm",
"dockerComposeFile": [
"../example.docker-compose.yml"
],
"service": "app",
"services": ["app", "db"],
…
-
Currently developers can specify which ports to forward, but they can't specify visibility of those ports in e.g. Codespaces, so users are manually setting them every time, which is a bit of a pain.
…
-
I hit a problem where I had port 3000 running locally, and then opened a dev container with `"forwardPorts": [3000]`. Since the port conflicted, the port was actually mapped to 3001 locally. However…
-
![Screenshot 2023-07-02 211020](https://github.com/ramok0/PlataniumV3/assets/55298769/502e1026-338e-4abc-8db9-860c46cb0cc3)
![Screenshot 2023-07-02 211112](https://github.com/ramok0/PlataniumV3/ass…
-
I love the range forwarding feature, saves a lot of time :) With devcontainers its possible to add `forwardPorts: [8080]` to forward a TCP port on startup. Would it be possible to do something similar…
-
**What would you like to be added/modified**:
Integrate the iptables manager component outside with a daemonset workload for better containerized deployment.
**Why is this needed**:
Since v…
-
Relates to: Both
---
I noticed something strange today after generating Devcontainer config for a project.
The ability to specify the container image tag variant seems to be gone.
Previously w…