Skip to content

Commit

Permalink
Merge pull request #79 from glerchundi/master
Browse files Browse the repository at this point in the history
add notes about running this with a user different than `root`
  • Loading branch information
glerchundi committed Aug 25, 2015
2 parents 04f70f9 + 63ef8f6 commit 9bf00fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [Container environment](#container-environment)
- [Customizing `s6` behaviour](#customizing-s6-behaviour)
- [Performance](#performance)
- [Notes](#notes)
- [Contributing](#contributing)

# s6 overlay [![Build Status](https://api.travis-ci.org/just-containers/s6-overlay.svg?branch=master)](https://travis-ci.org/just-containers/s6-overlay)
Expand Down Expand Up @@ -298,6 +299,10 @@ It is possible somehow to tweak `s6` behaviour by providing an already predefine

And what about numbers? `s6-overlay` takes more or less **`904K`** compressed and **`3.4M`** uncompressed, that's very cheap! Although we already provide packaged base images, it is up to you which base image to use. And when it comes to how much time does it take to get supervision tree up and running, it's less than **`100ms`** #3!

## Notes

* For now, `s6-overlay` doesn't support running it with a user different than `root`, so consequently Dockerfile `USER` directive is not supported (except `USER root` of course ;P).

## Contributing

Anyway you want! Open issues, open PRs, we welcome all contributors!
Expand Down

0 comments on commit 9bf00fd

Please sign in to comment.