GeoSales-Evolution / self-deployable-docker

Docker repo capable of deploying itself... or something like that
MIT License
2 stars 2 forks source link

Docker commands via TCP #32

Open jeffque opened 1 year ago

jeffque commented 1 year ago

For now, we invoke the docker CLI, thus creating a dependency to the docker command.

If we can use docker TCP and write to it directly, we are free from this dependency.