Skip to content

Commit

Permalink
Merge pull request #574 from joaofnfernandes/remove-beta-tags
Browse files Browse the repository at this point in the history
Remove mentions to beta in ddc
  • Loading branch information
joaofnfernandes authored Nov 15, 2016
2 parents 942ca2f + e13fa53 commit 69b3a3d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ As an example, to create a backup of a DTR node, you can use:

```bash
# Create the backup
$ docker run -i --rm docker/dtr:2.1.0-beta3 backup \
$ docker run -i --rm docker/dtr backup \
--ucp-url <ucp-url> \
--ucp-insecure-tls \
--existing-replica-id <replica-id> \
Expand Down Expand Up @@ -109,7 +109,7 @@ state from an existing backup:
```bash
# Install and restore configurations from an existing backup
$ docker run -i --rm \
docker/dtr:2.1.0-beta3 restore \
docker/dtr restore \
--ucp-url <ucp-url> \
--ucp-insecure-tls \
--ucp-username <ucp-admin> \
Expand Down
2 changes: 1 addition & 1 deletion datacenter/dtr/2.1/guides/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ replicas:

```bash
$ docker run -it --rm \
docker/dtr:2.1.0-beta3 join \
docker/dtr join \
--ucp-node <ucp-node-name> \
--ucp-insecure-tls
```
Expand Down
4 changes: 2 additions & 2 deletions datacenter/dtr/2.1/guides/install/uninstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To see what options are available in the uninstall command, check the
[uninstall command reference](../../reference/cli/remove.md), or run:

```bash
$ docker run -it --rm docker/dtr:2.1.0-beta3 remove --help
$ docker run -it --rm docker/dtr remove --help
```

To remove a replica safely, you must tell the bootstrapper about one healthy replica
Expand All @@ -33,7 +33,7 @@ remove a DTR replica from a cluster with multiple replicas:
```bash

$ docker run -it --rm \
docker/dtr:2.1.0-beta3 remove \
docker/dtr remove \
--ucp-insecure-tls

existing-replica-id (ID of an existing replica in a cluster): 7ae3cb044b70
Expand Down

0 comments on commit 69b3a3d

Please sign in to comment.