Fixed eventmessage formatting problem #62

Merged
Luis merged 4 commits from Qubasa-main into main 2024-01-24 15:52:16 +00:00
Showing only changes of commit 11f4651814 - Show all commits

View File

@@ -34,26 +34,31 @@ docker run -p 127.0.0.1:2979:2979 clan-docker:latest
```
Login to the tu docker image server
```bash
docker login git.tu-berlin.de:5000
```
Tag the imported image
```bash
docker image tag clan-docker:latest git.tu-berlin.de:5000/internet-of-services-lab/service-aware-network-front-end:latest
```
Push the image to the git registry
```bash
docker image push git.tu-berlin.de:5000/internet-of-services-lab/service-aware-network-front-end:latest
```
Pull the image
```bash
docker pull git.tu-berlin.de:5000/internet-of-services-lab/service-aware-network-front-end:latest
```
Run the image
```bash
docker run -p 127.0.0.1:2979:2979 git.tu-berlin.de:5000/internet-of-services-lab/service-aware-network-front-end:latest
```