Welcome to Docker’s .NET Conf challenge! This lab gets you using .NET Core in Docker containers. You’ll experience compiling code, packaging apps and running containers, using the latest .NET Core 3.0 release. Difficulty: Beginner (assumes no familiarity with Docker) Time: Approximately 5 minutes Tasks: Task 1: Grab the code Task 2: Build the application image Task 3: Run a .NET Core container! Task 1: Grab the code The Play-with-Docker environment is already set up with Docker and Git, s...