Skip to content

Commit 0875985

Browse files
committed
Fixed a couple of things
1 parent b017076 commit 0875985

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

engine/security/trust/trust_sandbox.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ the `trustsandbox` container, the Notary server, and the Registry server.
8888
sandbox:
8989
aliases:
9090
- notaryserver
91-
ports:
92-
- "4443:4443"
9391
depends_on:
9492
- signer
9593
volumes:
@@ -246,7 +244,7 @@ data. Then, you try and pull it.
246244
2. Open a new interactive terminal from your host, and obtain a shell into the
247245
`sandboxregistry` container.
248246

249-
$ docker container exec -it sandboxregistry bash
247+
$ docker container exec -it sandboxregistry sh
250248
root@65084fc6f047:/#
251249

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

0 commit comments

Comments
 (0)