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
- Host: GitHub
- URL: https://github.com/rodrigobdz/ubuntu
- Owner: rodrigobdz
- License: mit
- Created: 2020-05-13T09:31:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-13T12:17:04.000Z (about 6 years ago)
- Last Synced: 2025-08-15T22:53:58.953Z (10 months ago)
- Topics: custom, docker, dockerfile, linux, non-root
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/rodrigobdz/ubuntu
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).