You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run the getting started command within my repo. I don't want to pull from git, I just want to build the image from my local file system with a locally cloned repository.
error: no Dockerfile or devcontainer.json found: no fallback image has been specified
error: no Dockerfile or devcontainer.json found: no fallback image has been specified
From the docs, it is not clear how to use this tool from a local git repository. It always assumes a hosted repo which is not what I am trying to do.
The text was updated successfully, but these errors were encountered:
I genuinely have no idea how to use this tool without having a public Git repository and using GIT_URL which is meant to be optional. I think the docs could use some more examples.
johnstcn
changed the title
no Dockerfile or devcontainer.json found: no fallback image has been specified
update docs with example for local-only usage
Aug 29, 2024
I am trying to run the getting started command within my repo. I don't want to pull from git, I just want to build the image from my local file system with a locally cloned repository.
Have tried this:
No matter what I do, I get this error:
From the docs, it is not clear how to use this tool from a local git repository. It always assumes a hosted repo which is not what I am trying to do.
The text was updated successfully, but these errors were encountered: