``` docker commit $CONTAINER_ID test_image docker run -ti --entrypoint=sh test_image docker exec --privileged $NEW_CONTAINER_ID ls -1 /var/log ```