September 11, 201411 yr Hi I will very shortly be setting up a new system once beta 9 drops. My query is will I be able to migrate my windows sickbeard/sabzbd configs/db's over to their docker equivalents?
September 11, 201411 yr I just did this migration from an ubuntu xen vm to docker. Was fairly easy just copy over the config and db files as needed for both programs. Once you get your containers setup login to both and adjust your paths to media/download locations to fit your setup. My guess the windows setup should produce the same files as they both run the same source via python. Good luck on your migration.
September 12, 201411 yr Is there a docker windows base I searched the docker git a few weeks ago and found nothing.
September 13, 201411 yr Is there a docker windows base I searched the docker git a few weeks ago and found nothing. Nit sure what question you are asking? Docker by its very nature can only run Linux based applications. If you want something that can run Windows then you are talking about full VM's such as can be run by KVM or Xen. If you want to run docker apps on Windows, then this can be done by running the Docker client for Windows. This is actually internally accomplished by running a Linux VM (that has Docker included) under VirtualBox.
Archived
This topic is now archived and is closed to further replies.