Skip to content
Snippets Groups Projects
Commit c8864c0b authored by Friedrich Volz's avatar Friedrich Volz
Browse files

Update README.md

parent 9dfc7834
Branches master
No related tags found
No related merge requests found
...@@ -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```.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment