Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qnimbus/docker-base
Docker base image
https://github.com/qnimbus/docker-base
Last synced: about 1 month ago
JSON representation
Docker base image
- Host: GitHub
- URL: https://github.com/qnimbus/docker-base
- Owner: QNimbus
- License: mit
- Created: 2015-09-05T11:09:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T19:09:27.000Z (over 9 years ago)
- Last Synced: 2023-04-07T01:16:16.278Z (almost 2 years ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![](https://badge.imagelayers.io/qnimbus/docker-base:0.1.1.svg)](https://imagelayers.io/?images=qnimbus/docker-base:0.1.1 'Get your own badge on imagelayers.io')
# docker base images
This is a base image DockerfileBuild from docker file
```
git clone https://github.com/QNimbus/docker-base.git
cd docker-base
docker build --rm --no-cache -t qnimbus/docker-base .
```If you would like to interactively run the container:
```
docker run -it -h ${HOSTNAME} --name=base -v /etc/localtime:/etc/localtime:ro qnimbus/docker-base bash
```