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
Updated by The Foreman Bot about 10 years ago
- Status changed from New to Ready For Testing
- Target version set to 68
- Pull request https://github.com/theforeman/foreman-docker/pull/105 added
- Pull request deleted (
)
Updated by Eric Helms about 10 years ago
- Project changed from Katello to Docker
- Category deleted (
83) - Target version deleted (
68)
Updated by David Davis about 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-docker|2a0cf95b1f32e6a21de36de50730ad875633e7dd.
Actions