Commit 746b9cb
committed
Remove deprecated HostConfig parameter from
The HostConfig was removed with Docker Engine API v1.24 (Docker v1.12)
and has been deprecated since at least Docker v1.6. Pass the HostConfig
to `containerCreate()` instead.containerStart()
1 parent 66bdc29 commit 746b9cb
1 file changed
Lines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
534 | | - | |
535 | 534 | | |
536 | 535 | | |
537 | 536 | | |
538 | | - | |
| 537 | + | |
539 | 538 | | |
540 | | - | |
| 539 | + | |
541 | 540 | | |
542 | 541 | | |
543 | 542 | | |
544 | 543 | | |
545 | 544 | | |
546 | | - | |
547 | | - | |
| 545 | + | |
548 | 546 | | |
549 | 547 | | |
550 | 548 | | |
| |||
0 commit comments