mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #510] Running on a linux headless server show "Import PGP key Error" #375
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#375
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 @codexkz on GitHub (Jun 23, 2022).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/510
Hi sickcodes,

I'm tring build docker-osx on google cloud , and follow steps you posted in this issue(https://github.com/sickcodes/Docker-OSX/issues/19#issuecomment-643778978) to create machine.
But the following error is displayed when running the docker step .
Step 10/19 : RUN yes | sudo pacman -Syyuu --noconfirm && yes | sudo pacman -S tigervnc xterm xorg-xhost xdotool ufw --noconfirm && mkdir -p ${HOME}/.vnc && touch ~/.vnc/config && tee -a ~/.vnc/config <<< 'geometry=1920x1080' && tee -a ~/.vnc/config <<< 'localhost' && tee -a ~/.vnc/config <<< 'alwaysshared'Did I miss something ?