|
|
|
|
|
by oguz-ismail
366 days ago
|
|
> Fill in the blank to run a docker container which opens the file with user-provided path in (say) vim. Never used docker before, but this seems to work: docker run --rm -it debian bash -c 'vim -- "$1"' _ "$user_provided_path"
|
|
The version I tested was