Hi Hosam,
I don’t think we can use “compose watch” now. Compose watch works using the Docker API in your Docker Desktop. Okteto’s support for Compose works against the Kubernetes API of a remote cluster. Our solution is designed for remote development environments instead of containers running on your laptop. To this end, we have our own kubernetes driver for the compose spec, instead of using the Docker CLI. Also, as part of creating your remote dev containers, Okteto does other things, like enabling an SSH port, that Compose does not support at the moment.
1 Like