You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overview

It is pretty well impossible to protect the internals of a docker image. A docker image is essentially a tar file.

Remove all shells

> docker exec :id -it /bin/rm -R /bin/*

That gets rid of sh and any bin useful command in linux.





  • No labels