Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimal changes to trust/trust_sandbox docs #13912

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed a couple of things
  • Loading branch information
IAL32 committed Aug 24, 2022
commit b09d743bdec77abca8b32e5b0a47a346fbda6acf
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