- Clone this repository
git clone https://github.com/oodenough/web-shell- Switch directory
cd web-shell- Start the service
docker compose up --detach- Optional: Forward the port (if you are running on your server)
ssh -L 8080:localhost:8080 -C -N -l username ip_addr- Visit
localhost:8080in your browser - Run
lscommand in web shell
Stop and Clean all containers and images
docker compose down --rmi all