mirror of
https://github.com/sickcodes/Docker-OSX.git
synced 2026-04-27 08:35:48 +03:00
[GH-ISSUE #703] Can we use "docker run --detach" to run in background? #537
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#537
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 @impvd on GitHub (Sep 26, 2023).
Original GitHub issue: https://github.com/sickcodes/Docker-OSX/issues/703
Currently I can start the docker by:
And there's a
(qemu)in the end of the terminal, I can access it by "vnc://192.168.86.2:5999". After configuring the mac OS, and I type "ctrl+c" to exit the(qemu), nothing in thedocker psanymore:(I want to make this macOS in background, from my understanding, we can use
docker run --detachto make a container run in background. But I can't find anything related to this in README.@muditgupta-codez commented on GitHub (Nov 21, 2023):
Have you tried this, Does this work?