Skip to content

Commit

Permalink
Fix README (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jan 19, 2023
1 parent f6c1f6c commit c501106
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ run-docker-udp:
docker run -p 3334:3334 -it udp-server

run-docker-grpc:
docker run -p 10000:10000 -it grpc-server
docker run -p 50051:50051 -it grpc-server
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This repository contains the Dockerfiles and code for the test containers used i
### Building the containers for local testing
For each container, run the following command from the root of the repository:
```
docker build -t <container-name> .
docker build -t <container-name> -f <container-type>/Dockerfile .
```


Expand All @@ -15,4 +15,4 @@ make grpc-server
```

### Publishing the containers
The containers are published to the [NGINX GitHub Container Registry](https://github.com/orgs/nginxinc/packages) when a new tag is created in this repository. You can see the packages on the right side of this page.
The containers are published to the [NGINX GitHub Container Registry](https://github.com/orgs/nginxinc/packages?repo_name=kic-test-containers) when a new tag is created in this repository. You can see the packages on the right side of this page.

0 comments on commit c501106

Please sign in to comment.