Sign inSign up

csanders/xbmc-import

By csanders

Updated almost 11 years ago

Image
0

1.6K

csanders/xbmc-import repository overview

xbmc-import

By default this image will be the same as xbmc-mysql, but it allows you to build databases into the image. This can be useful if you have a currently running mysql database or copied one out of a previous container and want to build an image with that database.

Building the image

To build this image as-is simply run

sudo docker build csanders/xbmc-import

Database

To add existing databases to this image place them in the "mysql" folder before building. You can copy the necessary folders out of a container with the docker cp command.

sudo docker cp <xbmc-mysql-container>:/var/lib/mysql ./mysql

Only the MyVideos* and MyMusic* databases are needed, you can delete the other files before building to save space. This image will preserve the default xbmc-mysql settings from the source image so deleting extra files are not required.

Tag summary

Content type

Image

Digest

sha256:9653c2134

Size

156.8 MB

Last updated

almost 11 years ago

docker pull csanders/xbmc-import