mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #602] VNC Naked version does not respect GENERATE_SPECIFIC #452
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#452
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 @mike-lloyd03 on GitHub (Dec 22, 2022).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/602
When building an image with https://github.com/sickcodes/Docker-OSX/blob/master/vnc-version/Dockerfile.nakedvnc, I am unable to get it to generate specific serials/UUIDs passed in via the environment.
In my .env I have:
But when I boot the machine, it is using the default serials and UUIDs. I think the problem is because the
Dockerfilehas two CMD instructions and only the second one is being executed (per Docker docs).How can this Dockerfile be reworked to allow
GENERATE_SPECIFICto be honored?@sickcodes commented on GitHub (Jan 12, 2023):
Yeah someone else created that file. I'll bring it in line with the others
@chirmstream commented on GitHub (Sep 5, 2023):
Mike, where you able to get your serials to be passed through? I believe I am having the same issue as you. I'll take a stab at fixing the nakedvnc Dockerfile if its still broken.
@chirmstream commented on GitHub (Sep 14, 2023):
I had no luck with changing the nakedvnc docker file. I built my own copy of docker-osx:latest with my personal serials hard coded in, then built the nakedvnc container with the base image set to my own.