ConfluxStudio icon indicating copy to clipboard operation
ConfluxStudio copied to clipboard

Bug: Cannot compile after interrupted compile

Open Thegaram opened this issue 5 years ago • 1 comments

I tried to build a contract then interrupted it using the stop button. When I try to compile again I see this:

> docker run -t --rm --name truffle-compile -v /var/run/docker.sock:/var/run/docker.sock -v "/Users/peter/Conflux Studio/lecture-4-tickets://Users/peter/Conflux Studio/lecture-4-tickets" -w "/Users/peter/Conflux Studio/lecture-4-tickets" obsidians/conflux-truffle:0.0.8 cfxtruffle compile
docker: Error response from daemon: Conflict. The container name "/truffle-compile" is already in use by container "cc537a34750ad87b88b66f262ad7b7402672dcd7aac320e8ef49d79949efb429". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.

Thegaram avatar Sep 28 '20 08:09 Thegaram

This issue seems fixed

Pana avatar Jun 21 '21 10:06 Pana