Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 464 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 464 Bytes

MemGatorTTY

A web-based terminal for MemGator CLI in a Docker container. This can be useful for quick demo or exploration of MemGator.

Run

An automated build is available in DockerHub that can be used as follows:

$ docker run -it --rm ibnesayeed/memgatortty

This can be accessed in a browser at port 8080. To access it on a different port use -p flag of docker run command to map a different host port.