dzimine / aws-greengrass-docker

Docker image for AWS Greengrass
13 stars 6 forks source link

docker run command missing --network option #3

Open gtaws opened 6 years ago

gtaws commented 6 years ago

docker-compose works, but docker run command didn't. mainly because missing "--network host" option. Otherwise, run fails not being able to resolve DNS.

dzimine commented 6 years ago

Thanks for reporting, will look into it (PR welcome!)

dzimine commented 6 years ago

@gtaws I tested it and greengrass daemon runs without --network option on my setup. Would you please share 1) your setup and 2) the exact error? It may have something to do with network config on vagrant box, may be?