Skip to main content

Featured

Build docker image from multiple build contexts

Build docker image from multiple build contexts Building a docker image requires specifying a source of truth to include in the image from a local directory or a remote git repository. In the previous version, the docker BuildKit allows users to specify the build context from a single source of truth only. However, the engineers may need to have the context from different locations based on the type of files. For instance, icons, images or other resources that are not included in the same package, including the resource from other docker images. Fortunately, the Docker Buildx toolkit supports multiple build context flag for Docker 1.4. Let's learn how to use this new feature. The following list is a shortcut for jumping into a specific topic handy. What version of Docker is this tutorial targeting? How to specify the version of Dockerfile frontend? Ho

[Katalon] How to activate Katalon Studio

After the Katalon Studio has been installed by the instruction of [Katalon] How to install Katalon Studio, we have to activate Katalon Studio before using it.

The steps of activation are very simple as well as follows:
  1. Open the Katalon Studio
  2. Fill your registered Email and Password to activate Katalon Studio, then click "activate" button.


  3. Have fun with Katalon Studio

Is it easy, right? Let's do some practice for test cases in the next section.

Next: [Katalon] How to create a test case by using Record & Playback


Comments

  1. Hi Aaron,
    Thank you for your comment. It does encourage me to write more posts. Thank you very much.

    ReplyDelete

Post a Comment

Popular Posts