GithubHelp home page GithubHelp logo

kunstmaan / docker-bigchaindb Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 3.0 5 KB

Docker DEV image for BigchainDB. The scalable blockchain database.

Home Page: https://hub.docker.com/r/kunstmaan/bigchaindb/

License: MIT License

Shell 100.00%

docker-bigchaindb's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

docker-bigchaindb's Issues

current docker build doesn't start rethinkdb

Ubuntu 14.04
Docker version 1.11.0, build 4dc5990

Doesn't seem to want to start rethinkdb

~$ docker run kunstmaan/bigchaindb
+ service rethinkdb restart
rethinkdb: bigchaindb.rethink: The instance is not running (there is no pid file)
rethinkdb: bigchaindb.rethink: will only listen on local network interfaces.
rethinkdb: bigchaindb.rethink: To expose rethinkdb on the network, add the 'bind=all' option to /etc/rethinkdb/instances.d/bigchaindb.rethink.conf
rethinkdb: bigchaindb.rethink: Starting instance. (logging to `/var/lib/rethinkdb/bigchaindb.rethink/data/log_file')
Recursively removing directory /var/lib/rethinkdb/bigchaindb.rethink/data/tmp
+ bigchaindb -y start
INFO:bigchaindb.config_utils:Configuration loaded from `/root/.bigchaindb`
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/rethinkdb/net.py", line 261, in __init__
    socket.create_connection((self.host, self.port), timeout)
  File "/usr/lib/python3.4/socket.py", line 512, in create_connection
    raise err
  File "/usr/lib/python3.4/socket.py", line 503, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/local/bin/bigchaindb", line 9, in <module>
    load_entry_point('BigchainDB==0.1.4', 'console_scripts', 'bigchaindb')()
  File "/usr/local/lib/python3.4/dist-packages/bigchaindb/commands/bigchain.py", line 126, in main
    start(parser, globals())
  File "/usr/local/lib/python3.4/dist-packages/bigchaindb/commands/utils.py", line 41, in start
    func(args)
  File "/usr/local/lib/python3.4/dist-packages/bigchaindb/commands/bigchain.py", line 90, in run_start
    db.init()
  File "/usr/local/lib/python3.4/dist-packages/bigchaindb/db/utils.py", line 22, in init
    conn = get_conn()
  File "/usr/local/lib/python3.4/dist-packages/bigchaindb/db/utils.py", line 18, in get_conn
    bigchaindb.config['database']['port'])
  File "/usr/local/lib/python3.4/dist-packages/rethinkdb/net.py", line 615, in connect
    return conn.reconnect(timeout=timeout)
  File "/usr/local/lib/python3.4/dist-packages/rethinkdb/net.py", line 536, in reconnect
    return self._instance.connect(timeout)
  File "/usr/local/lib/python3.4/dist-packages/rethinkdb/net.py", line 410, in connect
    self._socket = SocketWrapper(self, timeout)
  File "/usr/local/lib/python3.4/dist-packages/rethinkdb/net.py", line 304, in __init__
    (self.host, self.port, ex))
rethinkdb.errors.ReqlDriverError: Could not connect to localhost:28015. Error: [Errno 111] Connection refused

How to run Windows?

Hi there,

I run Docker with Oracle VM on Windows 10. Having troubles running docker-compose. Pull request done. Image is there. Now I need to find may way around 'sudo' but I can't figure out how...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.