Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Dockerfile

Build 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
```