1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Merge pull request #166 from mtatton/master

[ win ] mounting tmp to docker guest
This commit is contained in:
rkd77 2022-05-03 21:01:13 +02:00 committed by GitHub
commit eab8034695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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