Skip to content
This repository has been archived by the owner on Jun 14, 2021. It is now read-only.

Commit

Permalink
Fix docker machine create
Browse files Browse the repository at this point in the history
  • Loading branch information
chrif committed Dec 29, 2020
1 parent a5f47d0 commit 956163e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installer/src/Machine/MachineCreator.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ private function createProcess(): Process
--engine-opt log-driver="json-file" \
--engine-opt log-opt="max-size=1m" \
--engine-opt log-opt="max-file=10" \
--engine-install-url "https://releases.rancher.com/install-docker/19.03.9.sh" \
"${MACHINE_NAME}"
TAG
);
Expand Down

0 comments on commit 956163e

Please sign in to comment.