Fixes after release

Adding in a link about the deprecated material
Fixing bad link to staging

Signed-off-by: Mary Anthony <mary@docker.com>
Upstream-commit: 8b09f8a302eaf7d73015112a774010e57e7f2c25
Component: engine
This commit is contained in:
Mary Anthony
2015-08-11 22:30:50 -07:00
parent 575411533d
commit a3fa37d61e
4 changed files with 146 additions and 6 deletions

View File

@ -15,7 +15,7 @@ The sandbox allows you to configure and try trust operations locally without
impacting your production images.
Before working through this sandbox, you should have read through the [trust
overview](content_trust.md).
overview](/security/trust/content_trust).
### Prerequisites
@ -25,8 +25,8 @@ have `sudo` privileges on your local machine or in the VM.
This sandbox requires you to install two Docker tools: Docker Engine and Docker
Compose. To install the Docker Engine, choose from the [list of supported
platforms]({{< relref "installation.md" >}}). To install Docker Compose, see the
[detailed instructions here]({{< relref "compose/install" >}}).
platforms](/installation). To install Docker Compose, see the
[detailed instructions here](/compose/install).
Finally, you'll need to have `git` installed on your local system or VM.