allow devcontainers to work with Finch #9162
Labels
containers
Issue in vscode-remote containers
feature-request
Request for new features or functionality
Milestone
Allow devcontainers to replace Docker with Finch.
Or more specifically, for now the issue seems to be the way vscode gets the docker version. It currently uses 'version --format {{.Server.APIVersion}}'. That command format is not available in Finch. If we could alter the specific command it uses to get the version, Finch "might" work
The text was updated successfully, but these errors were encountered: