Startup Issue with Application Deployment Error response from daemon: Conflict. The container name is already in use by container

OS Name/Version:

Microsoft Windows 11 Pro
OS Version: 10.0.26100 N/A Build 26100

Product Name/Version: 2.6.5 - 20260114.3

Problem Description:

I am not able to run Docker based instances, I have tried creating Terraria (vanilla) and Tshock servers and I get the following error:

Unable to complete task

This task could not be completed: Starting Instance - Starting T Server Docker (TServerDocker01)... - State: 3.

Startup failure: Docker returned error code 125. Please check the AMP Logs for further info.

I went through this guide to setup Docker containers

Here is the related Deployment log

:admin07:48:48
debian: Pulling from cubecoders/ampbase
Digest: sha256:9ecc9d4ec7194eec6097aa364683b778c6a1dc76516a5af2c57f1ac64dbb90dc
Status: Image is up to date for cubecoders/ampbase:debian
docker.io/cubecoders/ampbase:debian
ee08ed7590666122e855b416d950424c5cbe38a45e41262782b4b06a20605093
07:48:49
Slow method invocation: StartInstance took 2738ms to complete.
Slow response: ADSModule.StartInstance took 2739ms to complete.
07:49:03
debian: Pulling from cubecoders/ampbase
07:49:04
Digest: sha256:9ecc9d4ec7194eec6097aa364683b778c6a1dc76516a5af2c57f1ac64dbb90dc
Status: Image is up to date for cubecoders/ampbase:debian
docker.io/cubecoders/ampbase:debian
docker: Error response from daemon: Conflict. The container name "/AMP_TServerDocker01" is already in use by container "ee08ed7590666122e855b416d950424c5cbe38a45e41262782b4b06a20605093". You have to remove (or rename) that container to be able to reuse that name.
Run 'docker run --help' for more information

On Docker desktop, I can see that the container has been created:

image

And here is the relative Docker desktop log:

[Info] AMPStart for Docker

[Info] Setting up amp user and group...

useradd: warning: the home directory /home/amp already exists.

useradd: Not copying any file from skel directory into it.

[Info] Starting AMP...

[11:48:52] [Program Info/1]       : Starting AMP version 2.6.5.0 (Phobos), built 14/01/2026 16:43

[11:48:52] [Program Info/1]       : Stream: Mainline / Release - built by CUBECODERS/buildbot on CCL-DEV

[11:48:52] [Program Info/1]       : Running in a Docker environment.

[11:48:52] [Program Info/1]       : OS: Linux / x86_64

[11:48:52] [Program Info/1]       : CPU: AMD Ryzen 7 5825U (8C/16T)

[11:48:52] [Program Info/1]       : RAM: 15690MB

[11:48:52] [Program Info/1]       : AMP Instance ID: 4267ccf8-bc4f-4a6c-b43b-585bcc13d650

[11:48:54] [Core Info/1]          : Loaded GenericModule version 2.6.5 by CubeCoders Limited

[11:48:54] [Core Info/1]          : Metrics publishing is enabled at udp://host.docker.internal:12820.

[11:48:55] [Loader Info/1]        : Loaded FileManagerPlugin by CubeCoders Limited

[11:48:55] [Loader Info/1]        : Loaded EmailSenderPlugin by CubeCoders Limited

[11:48:55] [Loader Info/1]        : Loaded WebRequestPlugin by CubeCoders Limited

[11:48:55] [Loader Info/1]        : Loaded WebhookPlugin by CubeCoders Limited

[11:48:56] [Loader Info/1]        : Loaded LocalFileBackupPlugin by CubeCoders Limited

[11:48:56] [Loader Info/1]        : Loaded CommonCorePlugin by CubeCoders Limited

[11:48:57] [Loader Info/1]        : Loaded AnalyticsPlugin by CubeCoders Limited

[11:48:57] [Loader Info/1]        : GenericModule requests dependency steamcmdplugin...

[11:48:57] [Loader Info/1]        : Loaded steamcmdplugin by CubeCoders Limited

[11:48:57] [Loader Info/1]        : GenericModule requests dependency RCONPlugin...

[11:48:57] [Loader Info/1]        : Loaded RCONPlugin by CubeCoders Limited

[11:48:57] [Core Info/1]          : Licence Present: AMP Advanced Edition - Lifetime Licence

[11:48:58] [Loader Notice/1]      : Using keypair with fingerprint pNzPgM81YbYDbOljXWmLVAMW/CKDAC+gR6Q1ZH/lW/8=

[11:48:58] [Loader Info/1]        : SFTP Server started on 0.0.0.0:2225

[11:48:59] [Core Info/1]          : Webserver started on http://0.0.0.0:8082⁠

[11:48:59] [System Info/7]        : Checking for AMP updates...

[11:48:59] [System Info/11]       : AMP is up to date.

So it appears that Docker containers and instances are created, but I am not able to start them on AMP.

Steps to reproduce:

  • Followed these instructions to enable Docker container deployment.
  • Navigate to AMP instance manager and create a new Terraria Server or Tshock Terraria server
  • Instance is created, but fails to run it→ this is were I get the Unable to complete task error

Actions taken to resolve so far:

  • Restarted PC
  • Updated Docker & AMP
  • Reviewed guide
  • Deleted Docker container and recreated another instance.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.