Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 278 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 278 Bytes

Web Shell

This is a basic example of a web shell, using node-pty and xterm.js.

How to run it?

Run the below command and then visit http://localhost:3000/ in your browser.

docker build -t web-shell:1 .
docker run -d -p 3000:3000 --name web-shell web-shell:1