ryanlinjui / seedlabs-docker-container

SEED Labs with Docker Container Environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SEED Labs Docker Container Environment.

Modyfied by SeedLab Setup

Support Tools and Software

  • Utilities Tools and Libraries
  • Vncserver (TigerVNC)
  • Desktop Environment (xfce4)
  • Docker
  • Wireshark
  • Firefox
  • VSCode

Setup SeedLab Environment with Docker Container

Build Docker Image

docker build -t seedlab .

Run in Docker Container

docker run -it --rm --privileged -p 5901:5901 -v .:/root/Desktop seedlab

You can connect to the VNC server using the following URL:

vnc://localhost:5901

Password: password, you can change it in the Dockerfile.

Reference

About

SEED Labs with Docker Container Environment.

License:MIT License


Languages

Language:Dockerfile 100.0%