An open API service indexing awesome lists of open source software.

https://github.com/simplicitesoftware/docker-maven

Docker image build using Apache maven
https://github.com/simplicitesoftware/docker-maven

Last synced: 11 months ago
JSON representation

Docker image build using Apache maven

Awesome Lists containing this project

README

          

![Simplicité Software](https://www.simplicite.io/resources/logos/logo250.png)
***

Author License [![Gitter chat](https://badges.gitter.im/org.png)](https://gitter.im/simplicite/Lobby)

Docker image builder for Simplicité®
===============================================

This is a Docker® image for Simplicité® sandboxes.

Prerequisites
-------------

Have a Java JDK, Apache Maven and Docker installed.

Get the Simplicité® `x.y` sandbox template from our GIT repository
(see [simplicite.io website](http://www.simplicite.io) for details on how to get access to this repository)
and copy the `/app` in this folder as `webapps/ROOT`.

Build image
-----------

Build the Tomcat package using Maven with:

mvn package

Then build the docker image with:

sudo docker build -t .

Run image
---------

Run the image with:

sudo docker run -it --rm -p 8080:8080

Then you can connect on `http://localhost:8080`