-
Notifications
You must be signed in to change notification settings - Fork 425
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Essay proposal: Docker containers: from 1979 till today - a comprehensive history #1913
Conversation
Create test
Exec tutorial
Hi @javierron, I have some urgency to get this PR merged, if it is acceptable, since @nalenz and @psalqvist volunteered to give Feedback and I would like to start working on it so I can give it to them within reasonable time. |
@simonebonato Thanks for the proposal. The essay you propose looks very interesting and relevant. Before I merge the PR, please make sure that it passes all the checks. I believe the problem is that the file added has the name in lowercase. It should be |
@javierron thanks for the instant reply! I fixed the issue now and it passed all the checks. |
@simonebonato Merged! |
Tack! @javierron |
@simonebonato Hi, our group also find your essay topic interesting and would also like to give feedback on it. Would you mind us doing so as well? Thanks |
Hi @EDChui :) yes of course you can also give Feedback to it! |
Feedback for the essay “Docker containers: from 1979 till today”High level strengths and weaknesses of the workStrengths
Weaknesses
Further feedback and suggestions
Related work
|
@simonebonato Hi, our email are [email protected] and [email protected], thank you! |
Feedback (megzari and myechui)High-level strengths
High-level weaknesses
Further comments
Places needed clarificationsThe chroot commandIn the chroot command, you say that the similarity between the two is the fact that they are both trying to Isolate. However, this is not explained why. As a beginner in the field, I understood clearly in the first part how you said that containers goal is to solve the “It works on my machine” problem, but you didn’t explain in any way why it wants to isolate. You can maybe solve the “it works for me” problem without that. The relation between the two is not clear. However, maybe you can explain somewhere that containers try to solve this problem specifically by isolating Solaris containerI don’t find the difference between a zone and a Vserver clear. Maybe a sentence that explains that would be great, as you did for the previous sections, because you said that it mainly isolates processes. I thought that it was the case If all the resources were separated as for the V-server. OpenVZYou said that it is easily scalable. Does this mean that you don’t set everything manually each time you create a new container? It would be good to elaborate to show how it’s different from Solaris on that point. DockerNothing to add. It’s very well explained. I liked the fact that you explained what makes it special and also that you explained the difference between a virtual machine. |
Assignment Proposal
Title
Docker containers: from 1979 till today - a comprehensive history
Names and KTH ID
Deadline
Task 4
Category
Essay
Description
Docker containers have been around for many years, but only recently they have gained massive importance.
In this essay I will explore their evolution and the reasons why they have become so popular now as opposed to when they were first invented.