Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+4 votes
asked ago in CSC 305 Fall 2024 by (362 points)

1 Answer

+2 votes
 
Best answer

I find this reddit thread very useful: https://www.reddit.com/r/docker/comments/q6ykxa/when_should_you_choose_vms_over_docker/

In summary:
- Docker brings huge memory savings, using however much the tasks needed and can set limit. VM require allocating memory in advance.
- VM, on the other hands, can run on any OS, while Docker can't.

I think it should be very helpful if someone else can answer the specific pros and cons for our HAM Radio project. Hope this helps!

answered ago by (1.2k points)
selected ago by
...