Docker Commands not working

Continuing the discussion from Docker Commands not working:

Hi Akos,

Thanks for your prompt reply. I installed git on my windows 11 machine. From the git bash shell I ran the command:

git clone https://github.com/f5devcentral/f5-journeys.git

I was able to download the F5-journeys git folder. Now my next steps are as follows:

I need to run docker compose, but it’s not working from git bash:

docker compus pull
docker image ls f5devcentral/f5-bigip-journeys-app --digests
docker compus up -d

When I run this command in the git bash shell I get the following output:

myuser@myhostname MINGW64 /c/f5-journeys (main)
$ docker compuse pull
docker: 'compuse' is not a docker command.
See 'docker --help'

The ultimate goal is to run the F5 Journeys docker image. Appreciate your help in advance.