octoai / octoAI

The analytics hypervisor, an operating system to manage all your analytics needs and licensed under Apache 2.0 License.
Apache License 2.0
260 stars 32 forks source link

Any docker installation setup ? #12

Open pascalandy opened 8 years ago

pascalandy commented 8 years ago

Hi,

This looks amazing. You mentioned docker but there is no docker run or compose or service instructions. I believe this project could kill it in the docker world if you build a compose v2 and/or docker service create one command setup.

Part of your plans? Cheers!

pranny commented 8 years ago

We have a docker-compose.yml which setups the basic. It needs more work and instructions. Should be coming up soon.

pascalandy commented 8 years ago

Good!

It needs more work and instructions.

I'll be curious to see te to do list.

mjkivi commented 8 years ago

Hello! I'm trying to follow your Docker instructions and when I try to run Step 3: docker-compose up -d in the octo.ai directory, I'm getting the following error:

Creating network "octoai_octo" with the default driver ERROR: plugin not found

I've successfully installed Docker Engine and run hello world to confirm it's working correctly, and I've successfully installed Docker Compose and run the hello world program to confirm it's working.

Any advice? I'm on a Digital Ocean server running Ubuntu 14.04, and here is the log file:

@Waiting for /var/run/docker.sock
time="2016-10-11T19:33:19.880182777Z" level=info msg="libcontainerd: new containerd process, pid: 20454"
/var/run/docker.sock is up
time="2016-10-11T19:33:21.012027807Z" level=info msg="Graph migration to content-addressability took 0.00 seconds"
time="2016-10-11T19:33:21.012448629Z" level=warning msg="Your kernel does not support swap memory limit."
time="2016-10-11T19:33:21.013157853Z" level=info msg="Loading containers: start."
time="2016-10-11T19:33:21.058882514Z" level=info msg="Firewalld running: false"
time="2016-10-11T19:33:21.171598227Z" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. Daemon option --bip can be us$

time="2016-10-11T19:33:21.234458934Z" level=info msg="Loading containers: done."
time="2016-10-11T19:33:21.234786103Z" level=info msg="Daemon has completed initialization"
time="2016-10-11T19:33:21.234975498Z" level=info msg="Docker daemon" commit=23cf638 graphdriver=aufs version=1.12.1
time="2016-10-11T19:33:21.258742712Z" level=info msg="API listen on /var/run/docker.sock"
time="2016-10-11T19:53:43.738374778Z" level=error msg="Handler for GET /v1.22/networks/octoai_octo returned error: network octoai_octo not found"
time="2016-10-11T20:28:24.745850932Z" level=warning msg="Unable to locate plugin: bridge, retrying in 1s"
time="2016-10-11T20:28:25.746417224Z" level=warning msg="Unable to locate plugin: bridge, retrying in 2s"
time="2016-10-11T20:28:27.746750096Z" level=warning msg="Unable to locate plugin: bridge, retrying in 4s"