Docker Installation - Printable Version +- Gekko Forum (https://forum.gekko.wizb.it) +-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html) +--- Forum: Technical Discussion (https://forum.gekko.wizb.it/forum-23.html) +--- Thread: Docker Installation (/thread-57595.html) |
Docker Installation - ialberquilla - 08-30-2018 Hi, I'm trying to install Gekko in a docker container, but I'm new in this and I am completely lost. Looking into gekko documentation there are two commands, buy I have several questions: -How to create the containter for gekko? Is there any base imagen? Is there any official Image in docker hub? -Can I Install from DockerFile? Sorry about this noobs questions but I can't find any documentation about this. Thanks! RE: Docker Installation - ialberquilla - 08-30-2018 Hi, Sorry, I just saw it. I had to download the gekko repo, cd to this folder and ejecute the commands of the documentation. But now, I have an error on the second command: docker-compose up -d gekko_redis_1 is up-to-date Starting gekko_gekko_1 ... error ERROR: for gekko_gekko_1 Cannot start service gekko: driver failed programming external connectivity on endpoint gekko_gekko_1 (9e2a50069b97906aca6b729ccadff4c3447e7cc83b0e755281b8ac47ec3f6034): Error starting userland proxy: mkdir /port/tcp:0.0.0.0:3000:tcp:172.18.0.3:3000: input/output error ERROR: for gekko Cannot start service gekko: driver failed programming external connectivity on endpoint gekko_gekko_1 (9e2a50069b97906aca6b729ccadff4c3447e7cc83b0e755281b8ac47ec3f6034): Error starting userland proxy: mkdir /port/tcp:0.0.0.0:3000:tcp:172.18.0.3:3000: input/output error ERROR: Encountered errors while bringing up the project. Do you know why can it be? Thanks RE: Docker Installation - askmike - 08-30-2018 very strange, I've never seen this before. Are you able to run other docker files (from dockerhub) without problem? What OS are you running? RE: Docker Installation - ialberquilla - 08-30-2018 There was a problem with shared drives. Is on windows 10, I shared C Drive and "Reset credentials" on docker settings, and now Gekko is up and running. Thanks! RE: Docker Installation - askmike - 08-31-2018 great! |