mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 16:45:49 +03:00
[GH-ISSUE #646] naked-auto not handle ssh-copy-id correctly #485
Labels
No labels
bug
documentation
enhancement
following upstream developments
good first issue
help wanted
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Docker-OSX#485
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xinnj on GitHub (Mar 23, 2023).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/646
Use the command below to start a headless container and mount shared folder automatically:
Then the log of the container shows it's stucked at ssh-copy-id step:
Find the root caulse at line 233 of file: Dockerfile.naked-auto
The condition expression of
untilwill be always false asssh-copy-idwill generate multi-line output as below:@maskalix commented on GitHub (Mar 28, 2023):
any way to solve?
@xinnj commented on GitHub (Mar 29, 2023):
I solved the problem by replacing code from 233 to 236:
with code: