- 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:8080
in your browser - Run
ls
command in web shell
Stop and Clean all containers and images
docker compose down --rmi all