1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

[ win ] mounting tmp to docker guest

This commit is contained in:
Unknown 2022-05-03 20:45:07 +02:00
parent 5700ede877
commit b2cfafef13
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
docker run -it \
--name=elinks-win32-dev \
-v /home/miky:/home/miky \
-v /tmp:/tmp/host \
elinks-win32-dev:latest \
/bin/bash

View File

@ -1,5 +1,6 @@
#!/bin/bash
docker run -it \
--name=elinks \
-v /tmp:/tmp/host \
elinks-dev:latest \
/bin/bash