Sign inSign up

kumarpraveen/fedora-apache

By kumarpraveen

•Updated about 10 years ago

Created using systemd image.

Image
0

332

kumarpraveen/fedora-apache repository overview

⁠============= Fedora-apache

Fedora docker file for apache server managed by systemd

:MAINTAINER: Praveen Kumar [email protected]⁠

Built and Tested on Docker-1.8.1

⁠HOW TO BUILD

  • Execute: docker build -t fedora-apache . + t - Build tag

⁠HOW TO RUN

  • Execute: docker run -d -p 80:80 -v /sys/fs/cgroup:/sys/fs/cgroup fedora-apache + d - Run as daemon + p - Expose port

⁠CHECK DOCKER STATUS

  • Execute: docker ps + It will list running container and provide container ID

⁠CHECK CONTAINER IP

  • Execute: docker inspect <Container_ID> | grep IP

Tag summary

Content type

Image

Digest

sha256:c25b617aa…

Size

74.5 MB

Last updated

about 10 years ago

docker pull kumarpraveen/fedora-apache