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 have a Lenovo Laptop with Arch Linux installed, and when I try to do a simple docker-compose up --build, I get the following output:
docker-compose up --build
Output of docker -v: Docker version 20.10.10, build b485636f4b Output of docker-compose --version: docker-compose version 1.29.2, build 5becea4c Output of uname -a: Linux clouds 5.15.2-arch1-1 #1 SMP PREEMPT Fri, 12 Nov 2021 19:22:10 +0000 x86_64 GNU/Linux
docker -v
Docker version 20.10.10, build b485636f4b
docker-compose --version
docker-compose version 1.29.2, build 5becea4c
uname -a
Linux clouds 5.15.2-arch1-1 #1 SMP PREEMPT Fri, 12 Nov 2021 19:22:10 +0000 x86_64 GNU/Linux
Please let me know if you need further information.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a Lenovo Laptop with Arch Linux installed, and when I try to do a simple
docker-compose up --build
, I get the following output:Output of
docker -v
:Docker version 20.10.10, build b485636f4b
Output of
docker-compose --version
:docker-compose version 1.29.2, build 5becea4c
Output of
uname -a
:Linux clouds 5.15.2-arch1-1 #1 SMP PREEMPT Fri, 12 Nov 2021 19:22:10 +0000 x86_64 GNU/Linux
Please let me know if you need further information.
The text was updated successfully, but these errors were encountered: