wpf - How to call docker run from c# application -


i've got wpf application whilst processing file needs use docker process. docker container built on box, after processing file wpf application user has start command prompt , type in

docker run --it --rm -v folderdedirect process parameters_including_filepath 

to further processing.

i want include in wpf application. presumably use system.diagnostics.process cmd.exe? looked @ docker.dotnet couldn't life of me work out how it's supposed run local container.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -