okteto / remote-kubernetes

Remote Kubernetes Development in VS Code with Okteto
Apache License 2.0
74 stars 15 forks source link

Support docker-compose directly #212

Closed rberrelleza closed 1 year ago

rberrelleza commented 1 year ago

With this change, the extension will be able to directly support docker-compose. It is using the following assumptions:

  1. There is at least one service that has at least one volume defined with the format local: /remote/path
  2. The user will pick the service

@pchico83 is this the same thing that the CLI does?