Docker Quick Start

What You Need

  • Docker installed and running

  • A lab image name (e.g., zchencow/innozverse-linux, zchencow/innozverse-ai)

Pull a Lab Image

docker pull zchencow/innozverse-{DOMAIN}:latest

Examples:

# Linux labs
docker pull zchencow/innozverse-linux:latest

# AI & ML labs
docker pull zchencow/innozverse-ai:latest

# Cybersecurity labs
docker pull zchencow/innozverse-cybersec:latest

# Networking labs
docker pull zchencow/innozverse-networking:latest

Run a Lab Interactively

You're now inside the lab environment. Run commands, scripts, and experiments.

Run with Volume Mount (Persist Files)

To keep files after exiting:

Your current directory is mounted to /work inside the container.

Run a Specific Lab

Check Available Images

Stop a Running Container

Press Ctrl+D or type exit to exit the bash shell.

Troubleshooting Docker

See Troubleshooting Guide

Next Steps

Last updated