Hi Everyone,
I am trying to mount SAP ABAP in docker for the first time.
While installation, I am getting a path unknow error as below. I have followed the steps as provide in the SAP hub, yet getting an error like this.
could some one help on this
PS C:\Windows\system32> docker run --stop-timeout 3600 -i --name a4h -h vhcala4hci -p 3200:3200 -p 3300:3300 -p 8443:8443 -p 30213:30213 -p 30215:30215 -p 50000:50000 -p 50001:50001 -p 50013:50013 store/saplabs/abaptrial:disabled -agree-to-sap-license -skip-limits-check
docker : docker: Error response from daemon: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: “-agree-to-sap-license”: executable file not found in $PATH: unknown.
At line:1 char:1
Regards
Jakku