i have copied both of them and loaded into another machine.
now how should i run both containers, any linking is their for running both containers simultaneously in coordination with each other to run successfully.
Thank you for the information. You do not need to copy the containers to migrate your CMS to another machine. I would recommend deleting those Containers and starting the migration again, as they will not work using the method you have described.
To Migrate your Docker CMS, follow the below instructions:
Down the Containers on the original machine using the docker-compose down command.
Zip or Tar compress the folder that contains the installation.
Copy the archive to your new machine and extract it to the location you wish to install it into.
Up the Containers using the docker-compose up -d command.
docker-compose will then create and link all 3 containers, using your original configuration files.
If you have any issues with the migration, let me know.