mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 16:45:49 +03:00
[GH-ISSUE #315] build #225
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#225
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 @alicera on GitHub (Jul 15, 2021).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/315
If I have a project and it can build on linux and mac.
How can I manage and build it on the different platform conveniently ?
@sickcodes commented on GitHub (Jul 28, 2021):
This project doesn't run on macOS at the moment.
@alicera commented on GitHub (Jul 29, 2021):
I know the mac is based on linux
@bobrossrtx commented on GitHub (Aug 7, 2021):
It definitely not, MacOS is just similar to Linux due to the fact that they are both Unix-like. but they are definitely not the same. All linux distributions use the Linux kernel, and all OSX/MacOS versions use the Darwin kernel, and not the Linux one. Just spreading some insight :p