<div dir="ltr">Hello, <div><br></div><div>I have installed swift in a docker container, and opened another container, where I want to use swift. </div><div><br></div><div>Here is how I configured swift container: </div><div>I followed <a href="https://hub.docker.com/r/morrisjobke/docker-swift-onlyone/">https://hub.docker.com/r/morrisjobke/docker-swift-onlyone/</a><br></div><div><br></div><div>and launched this swift container with: </div><div><pre style="box-sizing:inherit;overflow:auto;font-family:monospace,monospace;font-size:16px;margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(85,85,85)"><code style="box-sizing:inherit;font-family:Consolas,"Liberation Mono",Courier,monospace;font-size:1em;background-color:rgb(248,248,248);border-color:rgb(223,223,223);border-style:solid;border-width:0px;color:rgb(51,51,51);padding:0.125rem 0.3125rem 0.0625rem">docker run -d -p 12345:8080 --volumes-from SWIFT_DATA -t morrisjobke/docker-swift-onlyone</code></pre></div><div><br></div><div>Then, I can connect to swift from host, but not from another container, e.g., </div><div><br></div><div><br></div><div><pre style="box-sizing:inherit;overflow:auto;font-family:monospace,monospace;font-size:16px;margin-top:0px;margin-bottom:0px;padding:0px;color:rgb(85,85,85)"><code style="box-sizing:inherit;font-family:Consolas,"Liberation Mono",Courier,monospace;font-size:1em;background-color:rgb(248,248,248);border-color:rgb(223,223,223);border-style:solid;border-width:0px;color:rgb(51,51,51);padding:0.125rem 0.3125rem 0.0625rem">swift -A <a href="http://127.0.0.1:12345/auth/v1.0">http://127.0.0.1:12345/auth/v1.0</a> -U test:tester -K testing stat</code></pre><div><br></div><br>
</div><div>While in another container: </div><div>docker run -it ubuntu bash</div><div><br></div><div>How can I use swift?</div><div><br></div><div>Best,</div><div>Jialin</div></div>