Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 962 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 962 Bytes

Docker

DDBapi - Documentation of the Application Programming Interface (API)

Documentation of the Application Programming Interface (API) of Deutsche Digitale Bibliothek (DDB).

Technical information

This is basically an adapted Swagger UI Docker container.

For more information visit: https://github.com/swagger-api/swagger-ui

Docker

Yes, there's a docker container for DDBapi available at GitHub: https://github.com/mbuechner/ddbapi/pkgs/container/ddbapi%2Fddbapi

docker pull ghcr.io/mbuechner/ddbapi/ddbapi:latest

Container build

  • Checkout GitHub repository: git clone https://github.com/mbuechner/ddbapi
  • Go into folder: cd ddbapi
  • Run docker build -t ddbapi .
  • Start container with: docker run -d -p 8080 -P ddbapi
  • Open browser: http://localhost:8080/