Hello world in any language
install docker and run the following command to run the code
docker build -t ubuntu-dev-env .after the image is built run the following command to run the code
docker run -it ubuntu-dev-envyou can also comment out what you don't want in the dockerfile to optimise size and creation time