av/harbor

Docker for HarborCLI

Steel-skull opened this issue · 1 comments

been testing this project on my desktop and its been great! wonderful job.

I was wanting to know if its possible to have the HarborCLI in a docker environment, would love to have this as a all in one replacement for my current server setup.

I looked through the wiki and couldn't find anything

thanks for the wonderful work.

av commented

Thank you for trying out Harbor and for the kind words!

Indeed, Harbor itself is not available as a dockerized CLI. However, It should be possible to dockerize it:

  • Mount harbor home as a workspace
  • Expose access to docker socket
  • ? Docker Compose CLI
  • ? Commands working with global caches

This is one of the possible directions for the project I'm considering. However, to set expectations appropriately, I don't think that this transition would happen soon. Most likely it'd be done along with a major CLI rewrite that is only being scoped out.