Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 626 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 626 Bytes

Day 04 - Containerization with Docker and Singularity

There are two hands-on exercises. You need to complete exercise 1 first in order to work on exercise 2.

Learning goals

  • Build a Docker image using an existing Dockerfile
  • Run an existing Docker image as container
  • Share Docker images through Docker Hub
  • Create Docker containers from existing images and customize them according to their requirements
  • Manage Docker containers, including starting, stopping, and deleting
  • Export Docker images to Singularity and run on an HPC system