Conversation
|
I'd prefer daemon over server 😈 |
cmd/server/docker.go
Outdated
There was a problem hiding this comment.
Docker -> Moby Core? (should be definable on compilation-time)
|
cmd/server/README.md seems unneeded |
|
What's the current status? |
|
Needs a rebase |
|
ping @tiborvass @mavenugo (I think I have seen concrete schedule on this somewhere else, but could not find that again .. 😅 ) |
|
@AkihiroSuda feel free to push to this branch, I wanted to get back to this but need to finish more pressing things first. |
|
Needs a rebase again. Lets prioritise this. |
|
After switching to containerd 1.0, will we drop the prefixed names? |
|
@thaJeztah I think we expect people to start packaging moby with upstream |
|
|
|
@AkihiroSuda we are now using unmodified upstream |
|
Not sure for Can we put these binaries to e.g. |
|
@AkihiroSuda we should open another issue to discuss those changes. |
|
Posted a comment to containerd/containerd#1508 (comment) |
73d1fae to
6c6b9c3
Compare
Also a bunch of warnings from gosimple. |
Signed-off-by: Tibor Vass <[email protected]>
Signed-off-by: Daniel Nephin <[email protected]>
Signed-off-by: Daniel Nephin <[email protected]>
Signed-off-by: Daniel Nephin <[email protected]>
Signed-off-by: Daniel Nephin <[email protected]>
aadcd67 to
6e7071b
Compare
|
rebased, and green again |
|
Can we have a blog article about this for announcement? |
|
Yes, a blog would be appropriate 😄 I would like to have some more eyes on this, before we merge, and see if it needs additional coordination. DO NOT MERGE YET |
|
@justincormack https://github.com/moby/moby/blob/6e7071ba2ae1abc04fe3fa1b33713cf28981b341/contrib/mac-install-bundle.sh (Either way, these are just contrib scripts and no need to be changed in this PR 😄 ) |
|
@dnephin @tiborvass what are we gonna do for https://master.dockerproject.org ? I think the current setup is configured to;
Historically, that site built master builds for the Docker project, and I know it's used for internal e2e tests to catch regressions early (combination docker cli <--> moby master), but I think it's also referred to by Microsoft for people that want to try a "cutting edge" version of "Docker" on Windows. The last one is a bit of a pain, because it's not "Docker". /cc @seemethere |
|
We should probably have an nightly job that updates docker-ce and publishes from there. |
|
Any update on this? Also, are we at a point yet where we could use the distro's runc and containerd instead of docker-[runc,containerd] ? /cc @carlwgeorge |
|
Is this still on plan? |
|
|
||
| # Build a binary (client or daemon) | ||
| Function Execute-Build($type, $additionalBuildTags, $directory) { | ||
| Function Execute-Build($type, $directory, $binary) { |
|
Is the rename still being considered? |
|
I'd say we close this as it's probably not worth it at this point. |

Since the project and product separation between moby and docker, we had yet to rename the dockerd binary to a moby-affiliated name. It is in accordance with the plan in #35115
This PR does not impact docker CE.
The complete list of binaries being renamed in this repository:
Again, this should not affect Docker users.