Skip to content

ryanlinjui/seedlabs-docker-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published