Restarting containers
Setting up container is done when creating a new instance.
Steps to reproduce
- Create a new repository type instance
- Stop the instance by clicking cloud icon in the management view
- Restart instance by clicking the cloud icon after the container has stopped
- Open instance log to see failure
Possible cause for the issue
- Usually the container is created with a src/ folder in them
- Restarting a container tries to copy the repositroy again in the container in 3. Since the destination folder exists, restarting fails at copy phase
Restarting containers
Setting up container is done when creating a new instance.
Steps to reproduce
Possible cause for the issue