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
- Host: GitHub
- URL: https://github.com/sangahco/docker-apache-base
- Owner: sangahco
- Created: 2017-02-03T10:15:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T06:37:46.000Z (about 1 year ago)
- Last Synced: 2025-06-25T19:02:29.830Z (about 1 year ago)
- Topics: docker, docker-image, httpd
- Language: Dockerfile
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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