mirror of
https://github.com/projectatomic/atomic.git
synced 2026-02-06 12:45:57 +01:00
Laymen users who are told to run a image may not understand the docker run switches that have security implications. We now look for the following switches: * --privileged * --cap-add * --security-opt label:disable * --net=host * --pid=host * --ipc=host and output an appropriate security message. Also, moved def run() from Atomic/atomic.py to Atomic/run.py to reduce the size and the number of definitions in Atomic/atomic.py.