projectatomic / container-best-practices

Container Best Practices
Other
166 stars 70 forks source link

Openshift #100

Closed eliskasl closed 8 years ago

eliskasl commented 8 years ago

@bparees, could you please have a look when you find a minute? Maybe you can think of something else related to these topics/commits that should also be covered in best practices...

bparees commented 8 years ago

not sure what this doc says in general about VOLUMEs but that might be something else to mention. openshift volumes aren't all that different in usage from standard docker volumes though.

one major topic for openshift is not running as root, and not running as a specific user, as discussed here under support arbitrary uids: https://docs.openshift.org/latest/creating_images/guidelines.html#openshift-specific-guidelines

eliskasl commented 8 years ago

@bparees, thanks, I'll check what we have on volumes. root at al will be coming in another PR :)

baude commented 8 years ago

LGTM