Actions
Bug #9901
closedProvisioning the same container name twice from the CLI in foreman just gives "500 Internal Server Error"
Difficulty:
Triaged:
Bugzilla link:
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1204298
Would be nice to show an error like "Container name already taken".
--repository-name busybox --tag latest --compute-resource DockerCPhammer -u admin -p changeme docker container create --name hello --command bash \
Docker Container Created
--repository-name busybox --tag latest --compute-resource DockerCPhammer -u admin -p changeme docker container create --name hello --command bash \
Could not create the container:
Error: 500 Internal Server Error
Actions