Ubuntu 20.04 with Java 8, Python 2, Python 3 with many Python libraries, not a small image
899
This is a general playground to run Java Spring and Python Scripts. This image is NOT optimized. It's meant as a quick sandbox for testing things.
docker build -t mruckman/ubuntu2004-java8-mvn-node-python:213201 .
docker run --name ubuntu2004 \
--net=host \
-v ${PWD}:/home \
-it mruckman/ubuntu2004-java8-mvn-node-python:213201 \
/bin/bash
docker run --name ubuntu2004 \
-p 9444:443 \
-v ${PWD}:/home \
-it mruckman/ubuntu2004-java8-mvn-node-python:213201 \
/bin/bash
Nginx proxy settings can be found here:
nano /etc/nginx/conf.d/proxy_ssl.conf
You'll need to start nginx before you can start using it
service nginx start
docker run --rm \
--net=host \
-v ${PWD}:/home \
-it mruckman/ubuntu2004-java8-mvn-node-python:213201 \
/bin/bash
docker create --name ubuntu2004 \
--net=host \
-v ${PWD}:/home \
-it mruckman/ubuntu2004-java8-mvn-node-python:213201
docker start ubuntu2004
docker exec -it ubuntu2004 /bin/bash
Java Items
Tools
Python Libraries for both 2/3
Content type
Image
Digest
Size
1.3 GB
Last updated
over 4 years ago
docker pull mruckman/ubuntu2004-java8-mvn-node-python:222401