Actions
Bug #10191
closedParameters passed to Docker container are not being used when creating new container
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Difficulty:
Triaged:
Bugzilla link:
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:
Actions