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

https://github.com/rodrigobdz/ubuntu

Ubuntu 16.04 Docker image with non-root ubuntu user pre-installed
https://github.com/rodrigobdz/ubuntu

custom docker dockerfile linux non-root

Last synced: 2 months ago
JSON representation

Ubuntu 16.04 Docker image with non-root ubuntu user pre-installed

Awesome Lists containing this project

README

          

# Ubuntu 16.04 Docker image

> Ubuntu 16.04 Docker image with non-root ubuntu user pre-installed

Available on Docker Hub as [rodrigobdz/ubuntu](https://hub.docker.com/r/rodrigobdz/ubuntu)

## Usage

- Test in a temporary container

```sh
# Build locally (optional)
# docker build --tag rodrigobdz/ubuntu:16.04 .
docker run --rm --interactive --tty rodrigobdz/ubuntu:16.04 bash --login
```

## Credits

- [minimal-readme](https://github.com/rodrigobdz/minimal-readme)

## License

[MIT](LICENSE) © [rodrigobdz](https://rodrigobdz.github.io/).