1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-16 01:08:31 -04:00
elinks/docker/win64/run.sh

7 lines
103 B
Bash
Raw Normal View History

#!/bin/bash
docker run -it \
--name=elinks \
2022-05-03 14:45:07 -04:00
-v /tmp:/tmp/host \
elinks-dev:latest \
/bin/bash