mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 00:25:48 +03:00
[PR #456] Persistent by default, but also optional. #779
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#779
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?
📋 Pull Request Information
Original PR: https://github.com/sickcodes/Docker-OSX/pull/456
Author: @sickcodes
Created: 2/24/2022
Status: 🔄 Open
Base:
master← Head:persistent📝 Commits (2)
92d61deIf you put an image at /imamge, the image will use that at runtime. Move OSX-KVM to submodule, and symlink for perfect redundancyln -s /home/arch/Docker-OSX/OSX-KVM /home/arch/OSX-KVM235917cMove/home/arch/OSX-KVMto/home/arch/Docker-OSX/OSX-KVM, but symlink it anyway📊 Changes
7 files changed (+66 additions, -43 deletions)
View changed files
📝
.gitmodules(+3 -0)📝
Dockerfile(+23 -18)📝
Dockerfile.auto(+9 -9)📝
Dockerfile.naked(+7 -7)📝
Dockerfile.naked-auto(+9 -9)➕
OSX-KVM(+1 -0)📝
README.md(+14 -0)📄 Description
Changes
Move
/home/arch/OSX-KVMto/home/arch/Docker-OSX/OSX-KVM, but symlink it anywayIf you put an image at /image, the image will use that at runtime.
Move OSX-KVM to submodule, and symlink for perfect redundancy
ln -s /home/arch/Docker-OSX/OSX-KVM /home/arch/OSX-KVMDo I have to change anything?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.