Deploy pre-build Docker container

The SWAP-IT Demo Scenario Repository provides pre-build docker container for SWAP-IT software components. From there, a pre-build container of the Registry Module can be deployed with:

//pull the image
docker pull ghcr.io/swap-it/demo-scenario/device_registry:latest

//start the image
docker run -p 8000:8000 --add-host host.docker.internal:host-gateway ghcr.io/swap-it/demo-scenario/device_registry:latest