GithubHelp home page GithubHelp logo

benfortuna / sling-org-apache-sling-starter-docker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/sling-org-apache-sling-starter-docker

0.0 2.0 0.0 13 KB

Apache Sling Starter Docker Image

Home Page: https://sling.apache.org/

License: Apache License 2.0

Dockerfile 100.00%

sling-org-apache-sling-starter-docker's Introduction

License starter

About Sling

Apache Sling is a framework for RESTful web-applications based on an extensible content tree.

In a nutshell, Sling maps HTTP request URLs to content resources based on the request's path, extension and selectors. Using convention over configuration, requests are processed by scripts and servlets, dynamically selected based on the current resource. This fosters meaningful URLs and resource driven request processing, while the modular nature of Sling allows for specialized server instances that include only what is needed.

Sling serves as basis for a variety of applications ranging from blogging engines all the way to enterprise content management systems.

These docker images are convenience binaries for quickly getting started with Apache Sling. To learn more about Sling, see our getting started and the Sling website in general.

Supported tags

Launching instructions

In order to run a container with our image, execute:

docker run --name my-sling-container apache/sling

The image exposes port 8080 and mounts a volume at /opt/sling/sling. You can control the JVM parameters by setting the JAVA_OPTS environment variable and the options passed to Sling by setting the SLING_OPTS environment variable.

A more complex example would be

docker run -d -p 8080:8080 -v /srv/docker/sling:/opt/sling/sling  -e JVM_OPTS=-Xm1g --name my-sling-container apache/sling

Support

For questions, please use the Apache Sling user's mailing list.

For bug reports, please use the Apache Sling issue tracker.`

For Sling developers: how to deploy this image to DockerHub

See the instructions on the Sling Wiki

sling-org-apache-sling-starter-docker's People

Contributors

rombert avatar bdelacretaz avatar raducotescu avatar benfortuna avatar klcodanr avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.