Fix typos in README.md
Fix typos in new added readme file. Change-Id: I9931f25c499cdc3c54144b1520eda3032e21c02c
This commit is contained in:
@@ -2,7 +2,7 @@ You'll need to modify how you're doing things to get to the iscsi Target.
|
||||
Specifically, using a Docker network hoses everything because the IP of the
|
||||
target is the internal containers IP NOT the IP of the host.
|
||||
|
||||
Setting `network_mode: host` solves this.. but that creates a new problem.
|
||||
Setting `network_mode: host` solves this, but that creates a new problem.
|
||||
Can't use `link` when using network_mode: host.
|
||||
|
||||
Sigh... so; docker run has "add-host=host:IP" that we should be able to find
|
||||
|
||||
Reference in New Issue
Block a user