Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 300 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 300 Bytes

docker-insomnia

Docker container for Insomnia API debugger.

Usage

Suggested use:

docker run -it --rm \
       --net host \
       -e DISPLAY=unix$DISPLAY \
       -v /tmp/.X11-unix:/tmp/.X11-unix \
       -v $(pwd):/data/ \
       camiloariza/insomnia