Combination of all workspace images for general-purpose development.
2.7K
Combination of all workspace images for general-purpose development.
Everything from:
Use --privileged flag to enable Docker inside your container. For example:
docker run --privileged -it katorlys/workspace-all: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 ```
Use SDKMAN to install and manage Java versions.
Use nvm to install and manage Node.js versions.
Use pyenv to install and manage Python versions.
Map the container's port 8888 to your host's port to use Jupyter Notebook:
docker run -p <host-port>:8888 -it katorlys/workspace-all:latest
Content type
Image
Digest
sha256:4663edac9…
Size
2 GB
Last updated
about 2 months ago
docker pull katorlys/workspace-all