Container O&M Configuration Rules
Performing Regular Security Audits on Host Systems and Containers
Perform dedicated security audits periodically on host systems and containers to obtain in-depth security insights that may not be obtained from daily operations. Any detected vulnerabilities should be fixed in a timely manner to improve the overall system security.
Prevention of Forcibly Deleting Containers and Images Using the -f Parameter
Do not use the -f parameter to forcibly delete a container. In the base_box script of Kbox, delete a container as follows:
1 2 | # docker kill ${KBOX_NAME} # docker rm ${KBOX_NAME} |
Parent topic: Security Rules for Using Docker Containers