generated from Luis/nextjs-python-web-template
nix fmt
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user