PavelSosin-320

Results 40 comments of PavelSosin-320

@cedi We are talking about different solutions for the same problem. But the best practice solution of this problem is already described in the Docker documentation: [Good use-cases for volumes](https://docs.docker.com/storage/#good-use-cases-for-volumes)....

Following Docker doc recommendations mount point of the dev container definition can have 'Open-ended' volume definition: _-v or --volume: Consists of three fields, separated by colon characters (:). The fields...

This is a very old problem with very old and simple solution: If devcontainer definition contains only default or open-end parameters it can be "edited" using a local "configuration" file...

@max06 Indeed, not related at all, only how volumes are mounted. Is it the issue, that justifies your Feature request? K8s is not a "locked system" because Kubernetes deployment works...

I am familiar with this problem and know that a solution shall be provided. This is a classic DevOps problem. The best solution is the best solution from the DevOps...

You can call it "Unixoid conspiracy" but the location of the configuration files and how all utilities search them, including configuration hierarchy is derived from the Linux Filesystem structure and...

@bamurtaugh It does VSCode maybe the only IDE which allows the creation of empty workspaces and projects from scratch. Other IDEs have features "Create workspace" and "Create a new project...

@fakhamatia Some WiFi routers running OpenWRT Unix has SSH Server package installed. Check your model in OpenWRT portal

This is a well-known pattern in the Cloud Applications. The problem is always that lifecycles of Server and client are not synchronized and either server or client or connection can...

Ubuntu 20.04 someway achieved support in systemd although in the very strange way: when Ubuntu 20.04 is started from Ubuntu-2004.exe it systemd starts with PID 1 and supports all necessary...