[GH-ISSUE #113] The container name is already in use #75

Closed
opened 2026-03-01 21:39:50 +03:00 by kerem · 1 comment
Owner

Originally created by @dobesv on GitHub (Feb 28, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/113

Getting an error trying to use this with apache drill:

$ git clone https://github.com/apache/drill.git
$ cd drill
$ act
[Github CI/Main Build                           ] 🧪  Matrix: map[java:13]
[Github CI/Main Build                           ] 🚀  Start image=node:12.6-buster-slim
[Github CI/Run checkstyle and generate protobufs] 🚀  Start image=node:12.6-buster-slim
[Github CI/Main Build                           ] 🧪  Matrix: map[java:1.8]
[Github CI/Main Build                           ] 🚀  Start image=node:12.6-buster-slim
[Github CI/Main Build                           ] 🧪  Matrix: map[java:11]
[Github CI/Main Build                           ] 🚀  Start image=node:12.6-buster-slim
Error: Error response from daemon: Conflict. The container name "/act-Github-CI-Main-Build" is already in use by container "75d5264d8206d5f96c04682ce4abb577ff3080b3e0e9a920f63951198437b625". You have to remove (or rename) that container to be able to reuse that name.

If I run act --reuse it doesn't get this error, though.

Originally created by @dobesv on GitHub (Feb 28, 2020). Original GitHub issue: https://github.com/nektos/act/issues/113 Getting an error trying to use this with apache drill: ``` $ git clone https://github.com/apache/drill.git $ cd drill $ act [Github CI/Main Build ] 🧪 Matrix: map[java:13] [Github CI/Main Build ] 🚀 Start image=node:12.6-buster-slim [Github CI/Run checkstyle and generate protobufs] 🚀 Start image=node:12.6-buster-slim [Github CI/Main Build ] 🧪 Matrix: map[java:1.8] [Github CI/Main Build ] 🚀 Start image=node:12.6-buster-slim [Github CI/Main Build ] 🧪 Matrix: map[java:11] [Github CI/Main Build ] 🚀 Start image=node:12.6-buster-slim Error: Error response from daemon: Conflict. The container name "/act-Github-CI-Main-Build" is already in use by container "75d5264d8206d5f96c04682ce4abb577ff3080b3e0e9a920f63951198437b625". You have to remove (or rename) that container to be able to reuse that name. ``` If I run `act --reuse` it doesn't get this error, though.
Author
Owner

@cplee commented on GitHub (Feb 28, 2020):

Dup of #108 ... fixed on master and will be in next release.

<!-- gh-comment-id:592636261 --> @cplee commented on GitHub (Feb 28, 2020): Dup of #108 ... fixed on master and will be in next release.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/act#75
No description provided.