Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/).