@@ -28,7 +28,12 @@ concepts of communication on the IDS in textual form. For an introduction read:
...
@@ -28,7 +28,12 @@ concepts of communication on the IDS in textual form. For an introduction read:
* Make sure that docker is running
* Make sure that docker is running
The following steps assume installation of Maven, Java and Docker to build and deploy the Connector. If you want to use the connector to manage deployment of Apps as Docker Containers, use it with a .jar instead of the Docker Image. For that, build the connector without application.properties and copy the jar + application.properties to the server
The following steps assume installation of Maven, Java and Docker to build and deploy the Connector.
This is usually not necessary and does not provide all functionality, because Docker cannot be installed in the Connector Docker Container.
If you want to use the connector to manage deployment of Apps as Docker Containers, use it with a .jar instead of the Docker Image. For that, build the connector without application.properties and copy the jar + application.properties to the target server.
1. Build the Connector service and Docker image: ```mvn clean package```.
1. Build the Connector service and Docker image: ```mvn clean package```.
2. Start the service(s): navigate to the ```src/main/docker``` directory and run ```docker-compose up```.
2. Start the service(s): navigate to the ```src/main/docker``` directory and run ```docker-compose up```.