Apache Sling 11 On CentOS
788
This docker definition builds a base apache sling 11 server running on port 8080. It's primarily used for tutorials and explanations on the programmervsworld youtube channel, however its bare bones and ready for local development.
In order to get a running server just use:
docker run -it -p 8080:8080 programmervsworld/apache-sling-11
The server can then be accessed at:
http://localhost:8080/starter/index.html
Content type
Image
Digest
Size
289.7 MB
Last updated
almost 8 years ago
docker pull programmervsworld/apache-sling-11