Leonardo Barroeta PRO said 20 days ago on Deploying with MRSK :
Great video, but I've a question. What about handling multiple environments? (Staging/Production). Any ideas?

David Kimura PRO said 20 days ago on Deploying with MRSK :
It looks like there is an undocumented config option for destination so you could probably do something like

mrsk deploy --destination staging

M said 5 days ago on Deploying with MRSK :
Both docker deploys failed as seen in the screenshot(from the video).
When I tried it test it in debug mode, I got the following error.
docker: Error response from daemon: Conflict. The container name "/traefik" is already in use by container "91b20965926a16f09d1f931c629a9cc513860fe7b1f8ade41d2a8ecdee00d11f". You have to remove (or rename) that container to be able to reuse that name.
 Any option to handle this in mrsk?
 Right now I have to go to the instance and remove the container before running the deploy again.





David Kimura PRO said 5 days ago on Deploying with MRSK :
It looks like there could be something weird with the traefik container. There is a MRSK command 
mrsk traefik remove
That could help. See if there are any other relevant commands under
mrsk traefik
that could also help.

Login to Comment