Skip to content

Instantly share code, notes, and snippets.

@infoburp
Created March 7, 2015 19:04
Show Gist options
  • Save infoburp/d13c2a3efe46b1432952 to your computer and use it in GitHub Desktop.
Save infoburp/d13c2a3efe46b1432952 to your computer and use it in GitHub Desktop.
sudo fig up
[sudo] password for graeme:
Couldn't connect to Docker daemon at http+unix://var/run/docker.sock - is it running?
If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.
graeme@amy:~/textshots$ fig up
Recreating textshots_mongodb_1...
Recreating textshots_grunt_1...
Recreating textshots_redis_1...
Creating textshots_web_1...
Building web...
Traceback (most recent call last):
File "<string>", line 3, in <module>
File "/code/build/fig/out00-PYZ.pyz/fig.cli.main", line 31, in main
File "/code/build/fig/out00-PYZ.pyz/fig.cli.docopt_command", line 21, in sys_dispatch
File "/code/build/fig/out00-PYZ.pyz/fig.cli.command", line 28, in dispatch
File "/code/build/fig/out00-PYZ.pyz/fig.cli.docopt_command", line 24, in dispatch
File "/code/build/fig/out00-PYZ.pyz/fig.cli.command", line 56, in perform_command
File "/code/build/fig/out00-PYZ.pyz/fig.cli.main", line 427, in up
File "/code/build/fig/out00-PYZ.pyz/fig.project", line 174, in up
File "/code/build/fig/out00-PYZ.pyz/fig.service", line 199, in recreate_containers
File "/code/build/fig/out00-PYZ.pyz/fig.service", line 176, in create_container
File "/code/build/fig/out00-PYZ.pyz/fig.service", line 375, in _get_container_create_options
File "/code/build/fig/out00-PYZ.pyz/fig.service", line 393, in build
File "/code/build/fig/out00-PYZ.pyz/docker.client", line 415, in build
File "/code/build/fig/out00-PYZ.pyz/docker.utils.utils", line 74, in tar
File "/code/build/fig/out00-PYZ.pyz/tarfile", line 1990, in add
IOError: [Errno 13] Permission denied: './data/mongo/local.ns'
graeme@amy:~/textshots$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment