To start the container:
docker run -e SPRING_DATASOURCE_URL=<url to your database host/database>
-e SPRING_DATASOURCE_USERNAME=<your-username>
-e SPRING_DATASOURCE_PASSWORD=<your-password>
-p <your desired external port>:8080 -d samuel19982/example_rest_server
You can then check out the documentation at http://<HostIP>:<your desired external port>.
This project is only for educational purposes and was developed as part of an assignement.
Content type
Image
Digest
Size
-
Last updated
almost 5 years ago
docker pull samuel19982/example_rest_server