Docker-related development environment with optimization tools.
3.5K
Docker-related development environment with optimization tools.
Use --privileged flag to enable Docker inside your container. For example:
docker run --privileged -it katorlys/workspace-docker:latest
or in DevContainer:
"runArgs": ["--privileged"]
Caution
Using `--privileged` flag may pose significant risks to the host machine. Use it at your own risk.
Tip
If Docker fails to start automatically inside the container, you can manually start it by running: ```shell /workspace/entrypoint.sh ```
Content type
Image
Digest
sha256:7550f0c43…
Size
399.1 MB
Last updated
about 2 months ago
docker pull katorlys/workspace-docker