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
Post a Comment