ScottG489 / conjob

Simple web interface to run containers as jobs or serverless functions
MIT License
11 stars 0 forks source link

Remove docker references from alt-env #45

Closed ScottG489 closed 1 year ago

ScottG489 commented 1 year ago

We don't do anything with docker in the alt env (i.e. build) so we don't need to run dockerd or need any of the associated variables.

ScottG489 commented 1 year ago

Note that we don't want to remove all references to docker in the alt-env. Just usages of it in the build itself. We still need to do some setup to run the alt-env conjob container.

ScottG489 commented 1 year ago

Fixed in 8a6e1b20f2bb656a11a3b0921bd74774ef19b28d.