Bug #5934
closedCant create docker based hosts
Description
I installed docker plugin from https://github.com/theforeman/foreman-docker and connected foreman to the docker server via sock file but when I create a new host after submitting I get the same new host screen without any errors. Checking the logs I see there is an issue with the IP for the host and there is no way to add an interface with IP for the new host in the network tab.
This is what the logs show:
Failed to save: IP address is invalid
Updated by Dominic Cleal over 10 years ago
- Project changed from Foreman to Plugins
- Category deleted (
Plugin integration) - Assignee set to Amos Benari
Updated by Anonymous over 10 years ago
- Status changed from New to Assigned
- Assignee set to Anonymous
Updated by Anonymous over 10 years ago
There are a few issues here that need fixes:
- fix receiving a list of available images
- fix spawning a container using one of the available images
- configure networking:
- expose ports
- linkto other containers
Updated by The Foreman Bot over 10 years ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/1790 added
- Pull request deleted (
)
Updated by Anonymous over 10 years ago
pls. also see foreman-docker PR: https://github.com/theforeman/foreman-docker/pull/9
Updated by Dominic Cleal about 10 years ago
- Target version changed from 1.7.3 to 1.7.2
Updated by Daniel Lobato Garcia about 10 years ago
- Project changed from Plugins to Docker
Updated by Daniel Lobato Garcia about 10 years ago
- Status changed from Ready For Testing to Closed
Closing as this went out of date.