Wordmove on distro Alpine with ssh and lftp utils
Docker image to run Wordmove.
- alpine:3.9.3
- openssh-server
- curl
- rsync
- sshpass
- wordmove
- mysql-client
- ruby
- php7
- wp-cli
- lftp
- ENV RUBYOPT="-KU -E utf-8:utf-8" (Fix for some mysql sync issues when using old db adapter)
docker run -it --rm -v ~/.ssh:/home/wordmove/.ssh:ro fejita/wordmove
This starts a shell, with wordmove
available on the command-line.
docker pull fejita/wordmove
See Wordpress development made easy using Docker
This tutorial explains how to set up a WordPress environment, using Docker Compose, with the following four interconnected containers:
- database
- wordpress
- phpmyadmin
- wordmove
Don't forget to replace image: mfuezesi/wordmove
with image: fejita/wordmove
to get the latest version of Wordmove.
- If
sql_adapter
is set towpcli
, then the movefile must be in the same directory as the WordPress directory
Run sudo su
and use wordmove
as the password.
./build.sh wordmove <tag> .
- docker login
- docker images
- docker tag fejita/wordmove:
- docker push fejita/wordmove
- Emilio Frusciante - FEj
Based on welaika/docker-wordmove
@fej dev team 😎