Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 605 Bytes

blogpost1.md

File metadata and controls

21 lines (14 loc) · 605 Bytes

Information about my computer setup:

  • processor: Intel i7.8565U
  • RAM: 16 GB
  • Operating System: Windows 64 bit

But for this assignment I used Debian (64 bit)

I installed docker using the guidelines given and then ran hello world:

  • docker_image

Then I installed scala and ran the docker run -it --rm williamyeh/scala:

  • scala1_image

Then I installed nano and ran nano HelloWorld.scala and wrote the following code:

  • HelloWorld_image

Then I compiled the file and ran it:

  • scala2_image

Then I removed the inactive containers.