Difference between revisions of "Docker"

From PKC
Jump to navigation Jump to search
Toyhouse_PKC>Admin
Toyhouse_PKC>Admin
Line 8: Line 8:


==More Advance Reading==
==More Advance Reading==
# [https://www.redhat.com/en/blog/architecting-containers-part-1-why-understanding-user-space-vs-kernel-space-matters Why Understanding User Space vs. Kernel Space matters? Part 1]
# [https://www.redhat.com/en/blog/architecting-containers-part-1-why-understanding-user-space-vs-kernel-space-matters Why Understanding User Space vs. Kernel Space matters?]
# [https://www.redhat.com/en/blog/architecting-containers-part-2-why-understanding-user-space-vs-kernel-space-matters Why Understanding User Space vs. Kernel Space matters? Part 2]
# [https://www.redhat.com/en/blog/architecting-containers-part-2-why-user-space-matters Why User Space matters?]
# [https://www.redhat.com/en/blog/architecting-containers-part-3-why-understanding-user-space-vs-kernel-space-matters Why Understanding User Space vs. Kernel Space matters? Part 3]
# [https://www.redhat.com/en/blog/architecting-containers-part-3-how-user-space-affects-your-application How User Space affects your application?]

Revision as of 14:09, 14 April 2021

Since this project utilizes Docker technologies extensively, it is necessary to provide documentation on Docker.

Before reading books on Docker, one can start reading some of the following articles:

  1. Six Docker Basics
  2. Docker ARG, ENV and .env - a Complete Guide
  3. Container Terminology Practical Introduction

More Advance Reading

  1. Why Understanding User Space vs. Kernel Space matters?
  2. Why User Space matters?
  3. How User Space affects your application?