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

Docker Swarm API/Schema [Merge] and Swarm integration Phase I PoC #61

Closed
will-chan opened this issue Jan 28, 2015 · 1 comment
Closed
Assignees
Labels
kind/task Issues that represent work that needs to be done, but don't involve a code change

Comments

@will-chan
Copy link
Contributor

  • Docker Swarm API/Schema/Process logic [Merge]
  • Start a proof of concept for the following:
    • Creating a new cluster from Rancher results in the registering of the swarm cluster using Dockers Hosted Discovery service. We can integrate with other services later.
    • Launch a container per cluster with swarm-server daemon. May need to create a docker image of this that we host on DockerHub.
    • Adding a host via Rancher would result in registering the host with the Hosted Discovery Service so the swarm-server daemon can understand what hosts to eventually launch containers to.
@will-chan will-chan added the kind/task Issues that represent work that needs to be done, but don't involve a code change label Jan 28, 2015
@will-chan will-chan added this to the Milestone 2/4/15 v0.6 milestone Jan 28, 2015
@will-chan will-chan changed the title Docker Swarm API/Schema [Merge] and end to end swarm integration Docker Swarm API/Schema [Merge] and Swarm integration Phase I PoC Jan 28, 2015
@will-chan
Copy link
Contributor Author

Completed the PoC of the creation of a Swarm Docker image used to host the swarm-server agent. Also discovered that the Hosted Discovery service is not reliable so may look into a file based approach for discover instead to move forward. Also, discovered that default Docker daemons are configured with Unix socket support and not TCP that Swarm requires.

JeffersonBledsoe pushed a commit to JeffersonBledsoe/rancher-cli that referenced this issue Apr 28, 2022
* Add environment variables to run Command

* Add cli -e support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/task Issues that represent work that needs to be done, but don't involve a code change
Projects
None yet
Development

No branches or pull requests

2 participants