crAPI
crAPI copied to clipboard
Install crAPI in userland Kali Linux
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
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.
- Install docker-compose-v2 using
sudo apt install docker-compose-v2 - Run
sudo docker compose pull - Run
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.