Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
fixed links and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
abuehrle committed Apr 15, 2016
1 parent 99a5b4a commit 5ade5cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/weavedns/managing-domains-weavedns.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ hostnames across all sub-domains plus some external domains, you need
*also* to supply the `weave.local` domain to retain the above
behaviour.

```bash
```
docker run -ti \
--dns-search=zone1.weave.local --dns-search=zone2.weave.local \
--dns-search=corp1.com --dns-search=corp2.com \
Expand All @@ -37,7 +37,7 @@ Weave network. In general users do not need to change this domain, but
you can force weaveDNS to use a different domain by launching it with
the `--dns-domain` argument. For example,

```bash
```
$ weave launch --dns-domain="mycompany.local."
```

Expand All @@ -46,6 +46,6 @@ link-local as per [RFC6762](https://tools.ietf.org/html/rfc6762),
(though this is not strictly necessary).


* [How Weave Finds Containers](/site/weave-docker-api.md)
* [How Weave Finds Containers](/site/how-works-weavedns.md.md)
* [Load Balancing and Fault Resilience with WeaveDNS](/site/weavedns/load-balance-fault-weavedns.md)
* [Managing Domain Entries](/site/weavedns/managing-entries-weavedns.md)

0 comments on commit 5ade5cc

Please sign in to comment.