mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2025-07-05 07:52:18 +02:00
feat: don't download img
This commit is contained in:
parent
a4c83df192
commit
3097aed94a
@ -120,7 +120,7 @@ RUN mkdir -p ~/.ssh \
|
|||||||
&& tee -a ~/.ssh/config <<< ' StrictHostKeyChecking no' \
|
&& tee -a ~/.ssh/config <<< ' StrictHostKeyChecking no' \
|
||||||
&& tee -a ~/.ssh/config <<< ' UserKnownHostsFile=/dev/null'
|
&& tee -a ~/.ssh/config <<< ' UserKnownHostsFile=/dev/null'
|
||||||
|
|
||||||
ARG COMPLETE=true
|
ARG COMPLETE=false
|
||||||
|
|
||||||
# use the COMPLETE arg, for a complete image, ready to boot.
|
# use the COMPLETE arg, for a complete image, ready to boot.
|
||||||
# otherwise use your own image: -v "$PWD/disk.img":/image
|
# otherwise use your own image: -v "$PWD/disk.img":/image
|
||||||
|
Loading…
Reference in New Issue
Block a user