Frappe docker not starting using honcho command

As mentioned here that we should start using honcho instead of bench start I tried but it does not start
What could be the problem?

We need to start bench separately through the VSCode debugger. For this reason, instead of running bench start you should run the following command inside the frappe-bench directory:
honcho start
socketio
watch
schedule
worker_short
worker_long
worker_default
This command starts all processes with the exception of Redis (which is already running in separate container) and the web process. The latter can can finally be started from the debugger tab of VSCode.