Sign inSign up

bartimar/wp-bluemix-container

By bartimar

Updated over 10 years ago

Wordpress bluemix container for migration!

Image
0

1.1K

bartimar/wp-bluemix-container repository overview

WordPress migration image for Bluemix

A Docker image for migrating your WordPress to IBM Bluemix Containers

Fixes Bluemix permissions problem

Fixes Docker containers failing on bluemix due to nfs4 root->non-root translation on bluemix Volumes with chown.disabled (see Dockerfile)

Migrate content

Migrate your previous wordpress from VPS to Bluemix by few simple commands (adjust as you need)

git clone https://github.com/bartimar/wp-bluemix-container && cd wp-bluemix-container && tar cvzf content.tar.gz /var/www/wordpress/html/* && cf ic build -t wordpress .

I find this way to get your content to IBM Bluemix volume the easiest, fastest and secure (it is not exposed publicly). It can be done several ways and this one is not perfect, don't hesitate to tell me a better way to do this.

Tag summary

Content type

Image

Digest

Size

168.9 MB

Last updated

over 10 years ago

docker pull bartimar/wp-bluemix-container