crAPI icon indicating copy to clipboard operation
crAPI copied to clipboard

Install crAPI in userland Kali Linux

Open Danavivien opened this issue 1 year ago • 1 comments

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

Danavivien avatar May 02 '24 07:05 Danavivien

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.

t3chn0t3s avatar Jul 04 '24 00:07 t3chn0t3s