docker run -it jlmconsulting/node-python-2024 /bin/bash -c "node -v && python3.10 --version"
10K+
This Docker image contains Node.js 20 and Python 3.10. It is designed to provide a dual environment for applications requiring both.
You can run this image and check the versions of Node.js and Python with the following command:
docker run -it jlmconsulting/node-python-2024 /bin/bash -c "node -v && python3.10 --version"
# Start a container interactively
docker run -it jlmconsulting/node-python-2024 /bin/bash
# Check versions inside the container
node -v
python3.10 --version
Content type
Image
Digest
sha256:0bdbffd97…
Size
745.7 MB
Last updated
about 2 years ago
docker pull jlmconsulting/node-python-2024