Open mathphreak opened 8 years ago
That fundamentally compromises the Docker security model. Running rm -rf / in an eyeball won't cause damage (most likely), but messing around with the guts of /proc and /dev may be possible.
rm -rf /
/proc
/dev
The way that Phusion creates a user on top of baseimage is at https://github.com/phusion/passenger-docker/blob/master/image/prepare.sh and should probably work here.
baseimage
Maybe name the user Soontir Fel?
That fundamentally compromises the Docker security model. Running
rm -rf /
in an eyeball won't cause damage (most likely), but messing around with the guts of/proc
and/dev
may be possible.