We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using Windows 11 to deploy when I entered make docker-compose it gives make: *** No rule to make target 'Docker-Desktop'. Stop.
I am also trying to run and build Dockerfile-dev under .devcontainer I have my docker-desktop running After a couple of minutes building it gives
: invalid option namesh: line 2: set: pipefail
ERROR: failed to solve: process "/bin/sh -c yes | unminimize 2>&1 && chmod +x /tmp/core-libs.sh && bash /tmp/core-libs.sh && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/core-libs.sh" did not complete successfully: exit code: 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using Windows 11 to deploy when I entered
make docker-compose
it gives
make: *** No rule to make target 'Docker-Desktop'. Stop.
I am also trying to run and build Dockerfile-dev under .devcontainer
I have my docker-desktop running
After a couple of minutes building it gives
: invalid option namesh: line 2: set: pipefail
ERROR: failed to solve: process "/bin/sh -c yes | unminimize 2>&1 && chmod +x /tmp/core-libs.sh && bash /tmp/core-libs.sh && apt-get clean -y && rm -rf /var/lib/apt/lists/* /tmp/core-libs.sh" did not complete successfully: exit code: 2
The text was updated successfully, but these errors were encountered: