Join the conversation

Sign in to join this conversation, and others like it, in the communities you care about.

Wekan

Wekan is an open-source kanban board (Trello like) which allows a card-based task and to-do management.

Wekan / General

How to move wekan to other computer by docker?

How to move wekan to other computer by docker?

Wekan/General · April 25, 2021 at 4:46pm

How to move wekan to other computer by docker?

Wekan / General · April 25, 2021 at 4:46pm

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:

  1. Connect to server A
  2. docker export wekan-app > wekan-app.tar
  3. docker export wekan-db > wekan-db.tar
  4. Connect to server B
  5. docker import - wekanteam/wekan < wekan-app.tar
  6. docker import - mongo < wekan-db.tar
  7. git clone https://github.com/wekan/wekan
  8. vim docker-compose.yml
  9. Modify wekan image to wekanteam/wekan and wekandb image to mongo
  10. docker-compose up -d error
$ docker-compose up -d
wekan-db is up-to-date
Creating wekan-app ... error
ERROR: for wekan-app Cannot create container for service wekan: No command specified
ERROR: for wekan Cannot create container for service wekan: No command specified
ERROR: Encountered errors while bringing up the project.
Load previous messages

April 26, 2021 at 9:35am

👍👍👍

    • reply
    • like