Nate Aune

Results 22 comments of Nate Aune

More info about it at http://tsuru.io and a mention in this Wired article: http://www.wired.com/wiredenterprise/2013/03/tsuru/ It's written in Go and leverages Canonical's Juju: https://juju.ubuntu.com/

Thanks! I changed this line in the docker-compose.yml file to this: ``` mongodb: image: arm64v8/mongo restart: on-failure:5 volumes: - mongodb:/data/db:rw ``` But I think it may not just be MongoDB,...

btw, I'm trying to run Mist on my new Macbook M1 (non-Intel). Do you think that's foolhardy, and I should just run the docker-compose on a Intel-based VM in the...

Is it possible to talk directly to the Mist API, or only via the CLI tool? I'm looking at your documentation on this page: https://docs.mist.io/article/78-launching-vms And the links to these...

Thanks @d-mo ! I followed your instructions, but ran into some errors: ``` Status: Downloaded newer image for mistce/elasticsearch-manage:m1 Creating mist-ce_ui_1 ... done Creating mist-ce_influxdb_1 ... done Creating mist-ce_elasticsearch_1 ......

Do I need to wipe the entire github repo, and start over? ``` nateaune@MacBook-Pro mist-ce % git submodule update --init --recursive Submodule 'api' (https://github.com/mistio/mist.api.git) registered for path 'api' Submodule 'docker/nginx/static/novnc'...

After wiping the github repo from my local machine, and cloning it again with `--recursive`, I was able to get all but the Kibana container running: ``` nateaune@MacBook-Pro mist-ce %...

Here's what I'm seeing in the Kibana logs in Docker Desktop: ``` Upgrade natea mist-ce_kibana_1 kibana:5.6.10 EXITED (2) runtime: failed to create new OS thread (have 2 already; errno=22) fatal...

I'm getting this same error, but strangely when clicking on the "Check" button on this page: http://localhost:8000/courses/edX/Open_DemoX/edx_demo_course/courseware/interactive_demonstrations/basic_questions/ It's not clear to me why the codejail would be invoked when I'm...