It's UWAweek 19

helpOSTS

This forum is provided to promote discussion amongst students enrolled in Open Source Tools and Scripting.

Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.

How do I ask a good question?
Displaying selected article
Showing 1 of 411 articles.
Currently no other people reading this forum.


SVG not supported

Login to reply

👍?
helpful
11:42am Wed 8th Mar, Daniel S.

I got a few questions about Docker vs VM after the lecture. The key (examinable) differences are already covered in the lecture slides, so I won't repeat them here.

Many of you will still be asking "but why use Docker, since it doesn't preserve my files (and a VM does)?". The answer is that Docker is more portable and accessible than a VM. Docker is free and fairly easy to run (parallels on Mac is pricey but good, VirtualBox on windows is free but is a royal pain in the butt to get working). Docker containers are easy and quick to distribute to you students, and we can pre-load them with lab content and the programs you need for the course. Building a VM image is much more of a hassle for us staff!

The other reason I chose Docker for this course is that it's a very commonly used tool in industry. The web server example I gave in the lecture is based on (real)[https://hub.docker.com//httpd] (world)[https://hub.docker.com//nginx] examples. After this course, you will have basic familiarity with Docker and be prepared when you see it in the workplace. You are very likely to encounter Docker in any computer science-related job, particularly if you are working with cloud servers.

If you want an in-depth explanation of differences (beyond the scope of this course), have a read of (https://stackoverflow.com/questions/16047306/how-is-docker-different-from-a-virtual-machine)[https://stackoverflow.com/questions/16047306/how-is-docker-different-from-a-virtual-machine]

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy