Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joeshaw/busybox-nonroot-docker
Docker image based on busybox:glibc with "nobody" user with UID 1.
https://github.com/joeshaw/busybox-nonroot-docker
busybox docker dockerfile
Last synced: 9 days ago
JSON representation
Docker image based on busybox:glibc with "nobody" user with UID 1.
- Host: GitHub
- URL: https://github.com/joeshaw/busybox-nonroot-docker
- Owner: joeshaw
- Created: 2015-07-30T13:22:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T13:23:07.000Z (over 9 years ago)
- Last Synced: 2023-04-13T03:04:19.199Z (over 1 year ago)
- Topics: busybox, docker, dockerfile
- Homepage:
- Size: 97.7 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
You shouldn't run things in your Docker containers as root.
This is a Docker image based on the [`busybox:ubuntu-14.04` base
image](https://registry.hub.docker.com/_/busybox/) that adds a
`nobody` user with UID 1.It is available on the Docker Hub as
[`joeshaw/busybox-nonroot`](https://registry.hub.docker.com/u/joeshaw/busybox-nonroot/).