Hacker News new | ask | show | jobs
by coryw 1780 days ago
Hello! Blog post author here. Wanted to quickly comment on how we support offline folks or those working on an unstable connection! The short version: we publish a container image into the GitHub Container Registry that closely tracks github/github’s devcontainer image. Folks can pull and use locally with VSCode remote containers or run directly in Docker. The github/github checkout is local in this case and mounted into the container.
1 comments

So I can use the same workflow with codespaces connected to a local container? Is that documented somewhere?
Thanks but I was looking to see if codespaces could somehow be used with a locally running container.