Docker container with CentOS 7 and Apache.
Pull the image from Docker Hub
docker pull spargo/web:latest
The image can host static content mounted to /spargo/www.
docker run -p 80:80 -d --name spargo_web -v /local/path:/spargo/www spargo/web:latest
Content type
Image
Digest
Size
134.8 MB
Last updated
about 7 years ago
docker pull spargo/web