employer cover photo
employer logo
employer logo

Walmart Global Tech

Fait partie de Walmart

Employeur impliqué

Question d’entretien chez Walmart Global Tech

How container works ? How linux manages container process

Réponse à la question d'entretien

Utilisateur anonyme

7 juin 2021

Namespace and Control groups. Linux has a module called Control group , which make sure the container process gets what it needs and make sure it does not consume more that it intended. Linux has sudo namespace /proc and /sys where you can check the namespace and c-group parameter linux applies for a container process.