A simple Dockerized Ubuntu developer environments with some basic tools installed that helps developers to create a portable debugging solution.
Run the following commands to build the environment then start the container:
chmod +x setup.sh
./setup.shThen you can use the container by running the following command:
docker run -p 8888:8888 -v ${PWD}:/home/root/app --rm auto-setup-pyenv jupyter notebook --allow-root --ip=0.0.0.0 app