|
@@ -129,13 +129,14 @@ can take over 15 minutes to complete.
|
|
|
|
|
|
```none
|
|
|
Successfully built 3d872560918e
|
|
|
+ Successfully tagged docker-dev:dry-run-test
|
|
|
docker run --rm -i --privileged -e BUILDFLAGS -e KEEPBUNDLE -e DOCKER_BUILD_GOGC -e DOCKER_BUILD_PKGS -e DOCKER_CLIENTONLY -e DOCKER_DEBUG -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT -e DOCKER_GRAPHDRIVER=devicemapper -e DOCKER_INCREMENTAL_BINARY -e DOCKER_REMAP_ROOT -e DOCKER_STORAGE_OPTS -e DOCKER_USERLANDPROXY -e TESTDIRS -e TESTFLAGS -e TIMEOUT -v "home/ubuntu/repos/docker/bundles:/go/src/github.com/moby/moby/bundles" -t "docker-dev:dry-run-test" bash
|
|
|
root@f31fa223770f:/go/src/github.com/docker/docker#
|
|
|
```
|
|
|
|
|
|
At this point, your prompt reflects the container's BASH shell.
|
|
|
|
|
|
-5. List the contents of the current directory (`/go/src/github.com/moby/moby`).
|
|
|
+5. List the contents of the current directory (`/go/src/github.com/docker/docker`).
|
|
|
|
|
|
You should see the image's source from the `/go/src/github.com/docker/docker`
|
|
|
directory.
|