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

https://github.com/sangahco/docker-apache-base

Apache Docker image used as base for pmis-apache image
https://github.com/sangahco/docker-apache-base

docker docker-image httpd

Last synced: about 2 months ago
JSON representation

Apache Docker image used as base for pmis-apache image

Awesome Lists containing this project

README

          

# docker-apache-base
Apache Docker image used as base for pmis-apache image

- Build

docker build -t apache-base .

- Push to registry

docker tag apache-base dev.sangah.com:5043/apache-base
docker login dev.sangah.com:5043
docker push dev.sangah.com:5043/apache-base