Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any docker installation setup ? #12

Open
pascalandy opened this issue Sep 24, 2016 · 3 comments
Open

Any docker installation setup ? #12

pascalandy opened this issue Sep 24, 2016 · 3 comments

Comments

@pascalandy
Copy link

pascalandy commented Sep 24, 2016

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
Copy link
Contributor

pranny commented Sep 26, 2016

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

@pascalandy
Copy link
Author

Good!

It needs more work and instructions.

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

@mjkivi
Copy link

mjkivi commented Oct 12, 2016

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants