Skip to content

Files

Latest commit

 

History

History

docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Dockerfiles

for running Imageflow

docker run imazen/imageflow_tool

FAQ

Cannot connect to the Docker daemon. Is the docker daemon running on this host?

See https://stackoverflow.com/questions/21871479/docker-cant-connect-to-docker-daemon

OS X only:

docker-machine start # start virtual machine for docker
docker-machine env  # it helps to get environment variables
eval "$(docker-machine env default)" #set environment variables