Skip to content

Instantly share code, notes, and snippets.

@phil-monroe
Created August 27, 2015 19:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phil-monroe/c14d0d2e2345aa007808 to your computer and use it in GitHub Desktop.
Save phil-monroe/c14d0d2e2345aa007808 to your computer and use it in GitHub Desktop.
docker% make docs
/Library/Developer/CommandLineTools/usr/bin/make -C docs docs
docker build -t "docs-base:15058-include-name-in-syslog-tag" .
Sending build context to Docker daemon 7.074 MB
Sending build context to Docker daemon
Step 0 : FROM docs/base:latest
---> 1621828e3ad8
Step 1 : MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
---> Using cache
---> f131e0f60e41
Step 2 : COPY . /src
---> Using cache
---> 37ec80d722c7
Step 3 : COPY . /docs/content/
---> Using cache
---> 42c152c3549e
Step 4 : RUN svn checkout https://github.com/docker/compose/trunk/docs /docs/content/compose
---> Running in 17b9af07b898
svn: E670002: Unable to connect to a repository at URL 'https://github.com/docker/compose/trunk/docs'
svn: E670002: Name or service not known
The command '/bin/sh -c svn checkout https://github.com/docker/compose/trunk/docs /docs/content/compose' returned a non-zero code: 1
make[1]: *** [docs-build] Error 1
make: *** [docs] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment