Skip to content

Docker Crash Course: How to containerize your favorite security tools

License

Notifications You must be signed in to change notification settings

Resistor52/DockerCrashCourse

Repository files navigation

DockerCrashCourse

Docker Crash Course: How to containerize your favorite security tools

Webcast Details: https://www.sans.org/webcasts/docker-crash-course-containerize-your-favorite-security-tools/

Abstract

This two-hour workshop will introduce the student to Docker containers and images. During the workshop, we will create an image that contains the Command Line Interfaces for AWS, Azure, and Google Cloud as our example, but the same process would be followed for any Linux-based command line tool. During the session, we will build, test, and troubleshoot the creation of the Dockerfile and publish the image to Docker Hub. Next, we will set up Github integration so that any changes that we push to the main branch will cause a new image to be built on Ducker Hub. Lastly, we will demonstrate container image scanning, a feature that requires a paid subscription to Docker.

Learning Objectives

  • Learn basic Docker commands
  • Understand how to create a container image based on a Dockerfile
  • Learn how to push the container image to a remote repository
  • Assess container images for vulnerabilities
  • Enable Github integration to automate the build process

Prerequisite Knowledge

Basic familiarity with Linux Bash commands

System Requirements

Windows Subsystem For Linux (WSL) or Ubuntu Linux via a terminal or SSH session. We will only be using the Linux terminal for this course and a Web Browser. During the workshop, we will create an account on Docker Hub and GitHub, but if the student has an existing accounts, that will be fine as well. There is no cost associated with either Docker or Github unless the student wants to choose a premium account, but that is not necessary for the workshop.

About

Docker Crash Course: How to containerize your favorite security tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages