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

https://github.com/pcpratheesh/docker-with-non-root-user-sample

A sample code snippet for demostrating docker with non root user access
https://github.com/pcpratheesh/docker-with-non-root-user-sample

Last synced: 3 months ago
JSON representation

A sample code snippet for demostrating docker with non root user access

Awesome Lists containing this project

README

          

# docker-with-non-root-user-sample
A sample code snippet for demostrating docker with non root user access

## Run the container

docker build -t docker-with-non-root .

docker run -p 8080:8080 docker-with-non-root

docker run -p 8080:8080 --user non_root_user:non_root_user docker-with-non-root