Skip to content

Commit

Permalink
updates aws docker file instructions includes necessary configuration…
Browse files Browse the repository at this point in the history
… to bound UCX port assignment
  • Loading branch information
mstaylor committed Aug 2, 2023
1 parent 327c177 commit ab43bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- To build the Docker image,
```bash
docker build -t cylon-ucc-redis .
docker build --shm-size 8589934592 -t cylondata/cylon-ucc .
```

- To run a container
Expand Down
2 changes: 1 addition & 1 deletion docker/basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

- To build the Docker image,
```bash
sudo docker build --shm-size 8589934592 -t cylondata/cylon-ucc
docker build -t cylondata/cylon .
```

- To run a container
Expand Down

0 comments on commit ab43bc8

Please sign in to comment.