mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-01-11 21:10:25 +01:00
[PR #456] Persistent by default, but also optional. #775
Reference in New Issue
Block a user
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.