Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mogria/3source-base
base docker image for the 3source project
https://github.com/mogria/3source-base
Last synced: 7 days ago
JSON representation
base docker image for the 3source project
- Host: GitHub
- URL: https://github.com/mogria/3source-base
- Owner: mogria
- License: mit
- Created: 2015-11-23T22:08:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-02T12:30:20.000Z (almost 9 years ago)
- Last Synced: 2024-10-12T00:27:03.702Z (about 1 month ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 3source-base
This docker image is the base image for most of the images
used in the [3source](https://github.com/mogria/3source) project.It features two imporant scripts:
* `umask-wrapper.sh` this sets `umask` to `002`
* `container-user.sh` this creates a user of the given UID, and executes the given command as this user.
This is required to properly handle the `/data` permissions.View on [dockerhub](https://hub.docker.com/r/mogria/3source-phpcli)
View on [github](https://github.com/mogria/3source-data).