Strange stopping animation

Hi,

i have a problem for few days, thats one container will not stopped in the Rancher ui. I see the stopping animation only and the delete action can’t change the status.

But with the docker commands on the host i can’t find the container.

Is it a bug or what can I do, that the container is deleted in the Rancher Ui?

Regards
Michael

Have you tried finding this in the API and trying to delete it from there?

Yes, but it has no effect.

Can you share what the API says of this container?

You need this?

{
"id": "1i18791",
"type": "container",
"links": {
"self": "…/v1/projects/1a5/containers/1i18791",
"account": "…/v1/projects/1a5/containers/1i18791/account",
"credentials": "…/v1/projects/1a5/containers/1i18791/credentials",
"healthcheckInstanceHostMaps": "…/v1/projects/1a5/containers/1i18791/healthcheckinstancehostmaps",
"hosts": "…/v1/projects/1a5/containers/1i18791/hosts",
"instanceLabels": "…/v1/projects/1a5/containers/1i18791/instancelabels",
"instanceLinks": "…/v1/projects/1a5/containers/1i18791/instancelinks",
"instances": "…/v1/projects/1a5/containers/1i18791/instances",
"mounts": "…/v1/projects/1a5/containers/1i18791/mounts",
"ports": "…/v1/projects/1a5/containers/1i18791/ports",
"serviceEvents": "…/v1/projects/1a5/containers/1i18791/serviceevents",
"serviceExposeMaps": "…/v1/projects/1a5/containers/1i18791/serviceexposemaps",
"services": "…/v1/projects/1a5/containers/1i18791/services",
"targetInstanceLinks": "…/v1/projects/1a5/containers/1i18791/targetinstancelinks",
"volumes": "…/v1/projects/1a5/containers/1i18791/volumes",
"stats": "…/v1/projects/1a5/containers/1i18791/stats",
"containerStats": "…/v1/projects/1a5/containers/1i18791/containerstats",
},
"actions": {
"logs": "…/v1/projects/1a5/containers/1i18791/?action=logs",
"setlabels": "…/v1/projects/1a5/containers/1i18791/?action=setlabels",
},
"name": "serene_kirch",
"state": "stopping",
"accountId": "1a5",
"build": null,
"capAdd": null,
"capDrop": null,
"command": null,
"cpuSet": null,
"cpuShares": null,
"createIndex": null,
"created": "2016-01-16T04:02:56Z",
"createdTS": 1452916976000,
"dataVolumeMounts": { },
"dataVolumes": [ ],
"dataVolumesFrom": null,
"deploymentUnitUuid": null,
"description": null,
"devices": null,
"dns": null,
"dnsSearch": null,
"domainName": null,
"entryPoint": null,
"environment": null,
"expose": null,
"externalId": "4ac2246ac6bb7f7e60c6aa63d6526bedc152496787dc48f06aa1423cc2f455c3",
"extraHosts": null,
"firstRunning": null,
"healthCheck": null,
"healthState": null,
"hostname": null,
"imageUuid": "docker:dokku/test:latest",
"kind": "container",
"labels": null,
"logConfig": null,
"lxcConf": null,
"memory": null,
"memorySwap": null,
"nativeContainer": true,
"networkContainerId": null,
"networkMode": "bridge",
"pidMode": null,
"ports": null,
"primaryIpAddress": null,
"privileged": null,
"publishAllPorts": null,
"readOnly": null,
"registryCredentialId": null,
"removed": null,
"requestedHostId": "1h1",
"restartPolicy": null,
"securityOpt": null,
"startCount": null,
"startOnCreate": null,
"stdinOpen": null,
"systemContainer": null,
"transitioning": "yes",
"transitioningMessage": "In Progress",
"transitioningProgress": 0,
"tty": null,
"user": null,
"uuid": "26d60094-ab09-4a9f-b526-b4d0d335c49b",
"version": "0",
"volumeDriver": null,
"workingDir": null,
}