mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-02 08:57:19 -04:00
7 lines
119 B
Bash
Executable File
7 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
docker run -it \
|
|
--name=elinks-win32-dev \
|
|
-v /tmp:/tmp/host \
|
|
elinks-win32-dev:latest \
|
|
/bin/bash
|