Skip to main content

Docker Wizard

Docker Wizard is a tool to build Docker images directly from the UI and upload them to the Tracto Registry. It simplifies creation of new Jupyter kernel images and operation images.

How to try:

  1. In the navigation interface of UI, press "Create object" button, select Blueprint

image.png

  1. Set image name - it should be a Cypress path without //.

  2. You may attach various Cypress files to the build via the "Additional settings / Attached files" section. Select a Cypress file and specify the local filename for a builder job file system. You may refer to that file in the "COPY" command of the Dockerfile using the local filename you specified.

  3. Put a Dockerfile content into the "Dockerfile" field.

  4. Click on "start new build"

  5. A link to a builder's operation will appear, you may click on it to view the build progress.

  6. Once the build is finished, you may view the image by navigating to the path you specified as an image name.