1. Home
  2. Security Hardening
  3. CIS Docker 1.6 V1.0.0 L1 Docker
  4. Verify that containers are running only a single main process

Verify that containers are running only a single main process

Details

https://docs.docker.com/articles/using_supervisord

Solution

Do not run multiple applications within a single container. Use container linking instead to
run multiple applications in multiple containers in tandem.

Impact-None.

Default Value-By default, only one process per container is allowed.

Supportive Information

The following resource is also helpful.

This security hardening control applies to the following category of controls within NIST 800-53: Configuration Management.This control applies to the following type of system Unix.

References

Source

Updated on July 16, 2022
Was this article helpful?

Related Articles