nerdctl compose up failed with ID conflict #672
-
Description$ lima nerdctl compose up
WARN[0000] Ignoring: volume: Bind: [CreateHostPath]
WARN[0000] Ignoring: volume: Bind: [CreateHostPath]
INFO[0000] Ensuring image localstack/localstack
INFO[0000] Ensuring image localstack_A
INFO[0000] Ensuring image localstack_B
INFO[0000] Ensuring image localstack_C
INFO[0000] Ensuring image localstack_D
INFO[0000] Re-creating container B
INFO[0000] Re-creating container C
INFO[0000] Re-creating container D
INFO[0000] Re-creating container A
INFO[0000] Re-creating container localstack
FATA[0000] failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running hook #0: error running hook: exit status 1, stdout: , stderr: time="2022-02-21T11:49:08Z" level=fatal msg="conflict with ID 54"
Failed to write to log, write /home/user.linux/.local/share/nerdctl/1935db59/containers/default/ba5e317f620210e0a419e7c640867051a71fbbdad0102f43c986907568e5bb63/oci-hook.createRuntime.log: file already closed: unknown
FATA[0001] error while creating container csv-converter-investor: exit status 1 |
Beta Was this translation helpful? Give feedback.
Answered by
AkihiroSuda
Feb 21, 2022
Replies: 1 comment 9 replies
-
The port number you attempted to use is taken by another container. You have to remove that container. |
Beta Was this translation helpful? Give feedback.
9 replies
Answer selected by
kigawas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The port number you attempted to use is taken by another container. You have to remove that container.