Skip to content

Commit

Permalink
Fixed a couple of things
Browse files Browse the repository at this point in the history
  • Loading branch information
IAL32 committed Aug 24, 2022
1 parent f2ec88d commit b09d743
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions engine/security/trust/trust_sandbox.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ the `trustsandbox` container, the Notary server, and the Registry server.
sandbox:
aliases:
- notaryserver
ports:
- "4443:4443"
depends_on:
- signer
volumes:
Expand Down Expand Up @@ -246,7 +244,7 @@ data. Then, you try and pull it.
2. Open a new interactive terminal from your host, and obtain a shell into the
`sandboxregistry` container.

$ docker container exec -it sandboxregistry bash
$ docker container exec -it sandboxregistry sh
root@65084fc6f047:/#

3. List the layers for the `test/trusttest` image you pushed:
Expand Down

0 comments on commit b09d743

Please sign in to comment.