-
Notifications
You must be signed in to change notification settings - Fork 427
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
Containerized applications #5
Comments
Agree. And beyond the main technology, the main concept to teach is statelessness. |
Docker is the thing of the moment and here to stay I guess. I have been discussing with some teachers at KTH to include containers in the basic OS courses. I guess there are 3 levels to discuss containers:
|
merged with #6 which becomes the reference issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should cover how containers can be used when deploying applications. Docker is by far the most commonly used technology for this. It is probably important to cover the differences to virtual machines: How containers are not changed but rather inherited and expanded through the Dockerfiles and how they are more lightweight.
The text was updated successfully, but these errors were encountered: