Wekan / General
I have read the official documentsMove Docker containers to other computer, but the documents are not detailed enough, and I failed in the end.
Here's how I do it:
docker export wekan-app > wekan-app.tar
docker export wekan-db > wekan-db.tar
docker import - wekanteam/wekan < wekan-app.tar
docker import - mongo < wekan-db.tar
git clone
https://github.com/wekan/wekan
vim docker-compose.yml
docker-compose up -d
error$ docker-compose up -dwekan-db is up-to-dateCreating wekan-app ... errorERROR: for wekan-app Cannot create container for service wekan: No command specifiedERROR: for wekan Cannot create container for service wekan: No command specifiedERROR: Encountered errors while bringing up the project.