Commit 95773ba
committed
fix(local): remove platform-gated SSH port mapping
The buildCreateArgs function skipped -p on Linux under the assumption
that containers are reachable directly. But Up() always returns
Host=127.0.0.1 and inspectSSHPort reads Docker's HostPort binding,
so the port mapping is required on all platforms.
Also remove the accidentally committed scheduler.test binary.1 parent 34febd7 commit 95773ba
2 files changed
Lines changed: 5 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
220 | 219 | | |
221 | 220 | | |
222 | 221 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
230 | 227 | | |
231 | 228 | | |
232 | 229 | | |
| |||
Binary file not shown.
0 commit comments