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

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -