https://github.com/qnimbus/docker-base
Docker base image
https://github.com/qnimbus/docker-base
Last synced: 4 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-10T19:09:27.000Z (almost 10 years ago)
- Last Synced: 2025-02-01T02:42:09.574Z (5 months ago)
- Language: Shell
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](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
```