Introduction
You have just gone through the process of analyzing a problem, selecting a tool, designing an operation and then containerizing the tool to work in conjunction with the interface you designed. Now to reep the fruits of your labor, you need to get that docker image attached to the interface so you can use/reuse the operation in your workflows.
Overview of the Process
- Uploading your operation using
dockercommands
In order for your operation to be activated, your run image needs to get pushed to a specific repository, tagged correctly so that the interface links to the run image