You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'.
The text was updated successfully, but these errors were encountered:
I tried to build a contract then interrupted it using the stop button. When I try to compile again I see this:
The text was updated successfully, but these errors were encountered: