Ajout : script docker-browse_volume
This commit is contained in:
parent
075c59ec4c
commit
3d6d5a9ae2
1 changed files with 4 additions and 0 deletions
4
bin/docker-browse_volume
Executable file
4
bin/docker-browse_volume
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
mount_point="/mnt/${1}"
|
||||
docker run --rm -it -v "${1}:${mount_point}" -w "$mount_point" busybox sh
|
||||
|
Loading…
Reference in a new issue