Open
Description
Let's say I want the create a custom Docker image for CPU workers. The docs say that I should follow this process:
- Create and test a Docker image
- Push that image to Docker hub (creating an account if necessary).
That's a fair amount of work, especially if the user is unfamiliar with Docker. It'd be nice to avoid that work.