ConfluxStudio
ConfluxStudio copied to clipboard
Bug: Cannot compile after interrupted compile
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'.
This issue seems fixed