Skip to main content

Custom docker image

In this tutorial, you will learn how to create and access custom docker images in CodeNOW.

Create the image

  1. Create a new application.
  2. Create a docker-generic component.
  3. A custom docker image will be created from the git repository of the created component, next you should:
    • Clone the git repository
    • Add your dockerfile with some other files if needed
    • Push the changes
  4. Build the component.
  5. After a successful build, create a new application package.

Access the image

  1. In the detail of the application package, click on Docker in the actions column.
  2. Your custom docker image can be accessed via the link after docker pull.