Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mount with '--mount' is not supported. #85

Open
n-arakawa opened this issue Jun 3, 2022 · 0 comments
Open

Mount with '--mount' is not supported. #85

n-arakawa opened this issue Jun 3, 2022 · 0 comments

Comments

@n-arakawa
Copy link

$ docker run -d --name with-mount --rm --mount type=bind,source=/tmp,target=/my_tmp alpine sleep 100

$ rekcod with-mount

docker run --name with-mount --runtime runc --restart no -h 48d4cf4d05db -e 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' -d alpine 'sleep' '100'





$ docker run -d --name with-v --rm -v/tmp:/my_tmp alpine sleep 100

$ rekcod with-v

docker run --name with-v --runtime runc -v /tmp:/my_tmp --restart no -h 90a795749a37 -e 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin' -d alpine 'sleep' '100'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant