Containerization using Docker - [Proj:My Computer Workbench]

Introduction

For this part of My Computer Workbench, I would like to explain the concept of containers and their benefits in computational biology.

Containerize (Docker)

To solve the Linux problem and address the issue of reproducibility, I use container called “Docker”.

The concept of containerization is to include all the necessary components, such as the operating system, programs, and dependencies, within the container. This ensures that the container is always ready to use without any installation issues.

Concept of Docker container