Last 12 weeks · 0 commits
1 of 6 standards met
The closing words talk that you gave at CoreOS Fest was simply awesome. You briefly explained the local setup that you did to run this demo. I experienced two issues before I could run on my local environment. 1. failed due to "cannot connect to etcd cluster" 2. "image": "localhost:5000/postgres" images cannot be downloaded Let me explain in details. Here is my vagrant setup files for CoreOS and Local etcd cluster Note: I have a local running server to serve all the require binary. When , it will pull them into CoreOS directory. Problem 1: I have setup a local ETCD cluster using this script. From my MacOSX machine, I could use to interact with my "etcd" cluster (create/update/delete keys). Here is log from my MacOSX I have been updated the "Proxy" setting to Tested to "localhost", "127.0.0.1", all different ports like "4001", "7001". I still could not reach the server via proxy that I setup. ex: When logged in the CoreOS distro, Run 1. Second problem, I have setup a local "boot2docker" instance with running local based on this guide I can pull/push my images "localhost:5000/postgres" freely on MacOSX without using Vagrant or VMWare, only via "boot2docker"VM. It works fine. But I login my CoreOS distro. I tried with I assume that I need to setup the Docker registry path, but how could I do it? Since the registry is running on my MacOSX. Here is the prove: If I could fix those two problems, I should be able to run the demo on my machines.
Repository: kelseyhightower/osdc-2015. Description: Building Distributed Systems with CoreOS Talk Stars: 21, Forks: 1. Open PRs: 0, open issues: 1. Last activity: 11y ago. Community health: 28%. Top contributors: kelseyhightower, rimusz.