Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #39 from petabridge/Aaronontheweb-patch-1
Browse files Browse the repository at this point in the history
Fix spelling error in Docker documentation
  • Loading branch information
Aaronontheweb authored May 11, 2019
2 parents f8ac49f + 313e7e5 commit da3a1ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Akka.Bootstrap.Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This library works with any runtime supported by Akka.NET.

* `CLUSTER_IP` - this value will replace the `akka.remote.dot-netty.tcp.public-hostname` at runtime. If this value is not provided, we will use `Dns.GetHostname()` instead.
* `CLUSTER_PORT` - the port number that will be used by Akka.Remote for inbound connections.
* `CLUSTER_SEEDS` - a comma-delimited list of seed node addressed used by Akka.Cluster.
* `CLUSTER_SEEDS` - a comma-delimited list of seed node addresses used by Akka.Cluster.

### Using `Akka.Bootstrap.Docker`
The `Akka.Bootstrap.Docker` NuGet package itself is pretty simple - all it does is expose the `DockerBootstrap` class which gives you the ability to automatically load all of the environment variables we pass in via Docker into your Akka.Remote and Akka.Cluster configuration:
Expand Down Expand Up @@ -59,4 +59,4 @@ Here are some relevant examples:

* `docker-compose` - [Akka.Bootstrap.Docker.Sample/docker-compose-windows.yaml](../Akka.Bootstrap.Docker.Sample/docker-compose-windows.yaml)
* `docker-compose` - [Akka.Bootstrap.Docker.Sample/docker-compose-linux.yaml](../Akka.Bootstrap.Docker.Sample/docker-compose-linux.yaml)
* `kubernetes` - [Cluster.WebCrawler K8s Service Definitions](https://github.com/petabridge/Cluster.WebCrawler/tree/dev/yaml)
* `kubernetes` - [Cluster.WebCrawler K8s Service Definitions](https://github.com/petabridge/Cluster.WebCrawler/tree/dev/yaml)

0 comments on commit da3a1ee

Please sign in to comment.