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

Native Docker Support #192

Closed
will-chan opened this issue Mar 12, 2015 · 8 comments
Closed

Native Docker Support #192

will-chan opened this issue Mar 12, 2015 · 8 comments
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

  • Native Docker Support Phase 1 [MERGE] refactored Cattle code to be able to effectively assign a Rancher Ip to a container (includes multiple bug fixes of existing net-util) on a Docker START event. This will lead to being able to support Phase 2.
  • Phase 2 [PR] will replay an equivalent Rancher run command (minus the Docker calls) and injecting Rancher IPs into the containers when seeing a Docker CREATE event. Effectively, anyone running a "docker run" in a host managed by Rancher should see the container pop up in Rancher and placed in the managed network. A container starting outside of Rancher will still need to be "tagged" that it wants to join the Rancher managed network.
@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 Mar 12, 2015
@will-chan will-chan added this to the Milestone 3/18/2015 milestone Mar 12, 2015
@will-chan
Copy link
Contributor Author

Part 1 - Getting the framework ready to allow pushing events. - PR
Part 2 - Sending the Rancher docker run event (happy path working) - PR
Need to work on addition things like making sure things like volumes, links, and ports (as well as other container properties) are added correctly.

@will-chan will-chan changed the title Native Docker Support Phase 2 Native Docker Support Mar 18, 2015
@will-chan
Copy link
Contributor Author

  • Tier 1 functionality (Start/Stop containers, IP, and managed networks) [MERGE]

@will-chan
Copy link
Contributor Author

  • Happy path merged [MERGED]

@will-chan
Copy link
Contributor Author

  • Work on getting the other meta-data container info into Rancher.
  • Work on synchronizing names on docker and cattle.

@will-chan
Copy link
Contributor Author

  • Stop/Start container after the initial start.
  • Metadata information [target PR by end of week]

@will-chan
Copy link
Contributor Author

  • Container exec, log, and stats work.
  • Refactor code to how IPs are injected.

@will-chan
Copy link
Contributor Author

  • Start, Stop, Destroy event handling.

@will-chan
Copy link
Contributor Author

  • Import Feature pending.

rmweir pushed a commit to rmweir/rancher that referenced this issue Jan 6, 2023
* Bump bci-base to 15.4 - 15.3 is reaching EOL

* Update Dockerfile
KevinJoiner pushed a commit to KevinJoiner/rancher that referenced this issue Jan 23, 2023
* Bump bci-base to 15.4 - 15.3 is reaching EOL

* Update Dockerfile
KevinJoiner pushed a commit to KevinJoiner/rancher that referenced this issue Jan 24, 2023
* Bump bci-base to 15.4 - 15.3 is reaching EOL

* Update Dockerfile
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

3 participants