- Timestamp:
- 05/24/19 13:08:02 (6 years ago)
- Location:
- branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3/Isolation/DockerRunnerHost.cs
r16984 r16985 5 5 public class DockerRunnerHost : RunnerHost { 6 6 public DockerRunnerHost() 7 : base("docker", "run -i --rm --mount type=bind,source=/c/Users/,target=/Users h lcore", null, null, null) {7 : base("docker", "run -i --rm --mount type=bind,source=/c/Users/,target=/Users heuristiclab33", null, null, null) { 8 8 } 9 9 } -
branches/2924_DotNetCoreMigration/HeuristicLab.PluginInfrastructure/3.3/Isolation/NativeRunnerHost.cs
r16984 r16985 7 7 public class NativeRunnerHost : RunnerHost { 8 8 public NativeRunnerHost() 9 : base($"{Directory.GetCurrentDirectory()}{Path.DirectorySeparatorChar}H LCore.exe", "", null, null, null) {9 : base($"{Directory.GetCurrentDirectory()}{Path.DirectorySeparatorChar}HeuristicLab-3.3.exe", "", null, null, null) { 10 10 } 11 11 }
Note: See TracChangeset
for help on using the changeset viewer.