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
Hello, I am trying to install crAPI at userland Kali Linux. The commands are not working. May you could give me advise?
Thank you and Kind regards
The text was updated successfully, but these errors were encountered:
What exactly isn't working? I had problems with the following two steps/commands:
sudo docker-compose pull
sudo docker-compose -f docker-compose.yml --compatibility up -d
I was able to resolve this by using docker-compose-v2 instead. I then used the v2 equivalent commands.
sudo apt install docker-compose-v2
sudo docker compose pull
sudo docker compose -f docker-compose.yml --compatibility up -d
Please note that a space has replaced the - so docker-compose becomes docker compose when using v2.
-
docker-compose
docker compose
Sorry, something went wrong.
No branches or pull requests
Hello,
I am trying to install crAPI at userland Kali Linux.
The commands are not working.
May you could give me advise?
Thank you and Kind regards
The text was updated successfully, but these errors were encountered: