Allow users to specify an IP for their container #6743
Closed
Description
opened on Jun 27, 2014
There is no way to tie a container to an IP in docker as of now. #2801 captures this limitation.
If users were allowed to specify an IP in 'docker0' subnet that would solve this issue.
With #6704 users can be specify IPs even outside the default docker0 bridge.
#5829 was the first attempt to solve that issue.
Activity