Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 359 Bytes

File metadata and controls

13 lines (11 loc) · 359 Bytes

Hello_All

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-env

you can also comment out what you don't want in the dockerfile to optimise size and creation time