-
Hi, so I have several existing containers in Docker Desktop. Is there a way to run those via OrbStack instead of re-creating them? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
kdrag0n
Mar 30, 2023
Replies: 1 comment
-
Data migration isn't currently supported as persistent container and volumes aren't super common on dev machines, but I've opened a feature request for it: #90 For now, you should be able to migrate them manually with |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
kdrag0n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Data migration isn't currently supported as persistent container and volumes aren't super common on dev machines, but I've opened a feature request for it: #90
For now, you should be able to migrate them manually with
docker export
anddocker import
.