Bug #10191
closedParameters passed to Docker container are not being used when creating new container
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1204923
Description of problem:
Assigning values for Memory, CPU Share etc while creating a Docker container does not seem to be working, as the information displayed (UI and using docker inspect command) does not show that the parameters passed were used.
Version-Release number of selected component (if applicable):
- Satellite-6.1.0-RHEL-7-20150320.1
How reproducible:
Steps to Reproduce:
1. Create a new Docker container using the web ui
2. Type 512m for Memory and 2 for CPU Share and finish the wizard
3.
Actual results:
The container created does not have the amount of memory and cpu share passed during the wizard
Expected results:
Additional info:
Updated by The Foreman Bot over 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-docker/pull/115 added
- Pull request deleted (
)
Updated by Adam Ruzicka over 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-docker|e88059db3a33445f654b199d803e4364662b7eaf.
Updated by David Davis over 9 years ago
- Has duplicate Bug #11212: Error creating communicating with Docker. json: cannot unmarshal string into Go value of type int64 added