Welcome fellow adventurers to another gathering by the red guild, a non-profit security-focused organization that works toward making the Ethereum ecosystem a safer place.

In this hands-on workshop, you will learn to create your own developer-focused container with VS Code.

The duration for the basics is around 45’, but the troubleshooting might take a few hours since each person has their own needs/custom installation.

Objectives

Outline

  1. Importance of sandboxing
  2. Containers
    1. Container vs Virtualization
    2. Docker first steps
  3. DevContainer
  4. Hands-on
    1. Identify your needs
    2. Create your devContainer
    3. Clone your first repo on it

1. Importance of Sandboxing

Sandboxing is a fundamental security practice that ensures the integrity and stability of a system by isolating potentially harmful or untrusted code execution. Here are some additional points to consider: