Describe the bug
Docker compose up not running
To Reproduce
Steps to reproduce the behavior:
cd SchedulingSimulation\SchedulingSimulator\
docker compose up
- I get the error -
Command "compose up" not available in current context (default)
Expected behavior
The application must be executed in a docker container
Proposed Solution
I tried with docker-compose up and works Should it be docker-compose up ?
Describe the bug
Docker compose up not running
To Reproduce
Steps to reproduce the behavior:
cd SchedulingSimulation\SchedulingSimulator\docker compose upCommand "compose up" not available in current context (default)Expected behavior
The application must be executed in a docker container
Proposed Solution
I tried with
docker-compose upand works Should it bedocker-compose up?