coder / sail

Deprecated: Instant, pre-configured VS Code development environments.

Home Page:https://sail.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github.com/docker/docker redirects to github.com/moby/moby

yurivict opened this issue · comments

Docker got renamed to Moby a while ago, so this is just a redirect on GitHub's side so old links still go to the right place. Is there a link somewhere that goes docker/docker instead of moby/moby, or is this affecting sail in some way?

You need to rename docker/docker to moby/moby.

If you're referring to the imports we use in our code, the Moby codebase still uses docker/docker so we need to use docker/docker in our code as well.

Ok, thanks.