nix fmt
Some checks failed
checks-impure / test (pull_request) Successful in 26s
checks / test (pull_request) Failing after 1m14s

This commit is contained in:
2024-01-24 16:22:11 +01:00
parent 1b433ea314
commit 11f4651814

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 Login to the tu docker image server
```bash ```bash
docker login git.tu-berlin.de:5000 docker login git.tu-berlin.de:5000
``` ```
Tag the imported image Tag the imported image
```bash ```bash
docker image tag clan-docker:latest git.tu-berlin.de:5000/internet-of-services-lab/service-aware-network-front-end:latest 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 Push the image to the git registry
```bash ```bash
docker image push git.tu-berlin.de:5000/internet-of-services-lab/service-aware-network-front-end:latest docker image push git.tu-berlin.de:5000/internet-of-services-lab/service-aware-network-front-end:latest
``` ```
Pull the image Pull the image
```bash ```bash
docker pull git.tu-berlin.de:5000/internet-of-services-lab/service-aware-network-front-end:latest docker pull git.tu-berlin.de:5000/internet-of-services-lab/service-aware-network-front-end:latest
``` ```
Run the image Run the image
```bash ```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 docker run -p 127.0.0.1:2979:2979 git.tu-berlin.de:5000/internet-of-services-lab/service-aware-network-front-end:latest
``` ```