documentdb git:(main) docker build . -f .devcontainer/Dockerfile -t documentdb --build-arg PG_VERSION=17 [+] Building 4.4s (8/52) docker:desktop-linux => [internal ...
I've encountered the same problem. I'm attaching a zip which contains a .devcontainer, Dockerfile, requirements.txt and kaleido-issue.ipynb which shows the problem. I've run this within VS Code on ...
Creating your first Docker image from a Dockerfile is like writing a recipe that tells Docker how to build a self-contained package for your app. The Dockerfile contains step-by-step instructions, ...