Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
refactor: more logical question ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
rade committed Apr 27, 2016
1 parent de1304d commit 019a065
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions site/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ You can use `weave ps <container>` to see the allocated address of a container o
See [Troubleshooting Weave - List attached containers](/site/troubleshooting.md#list-attached-containers).


**Q: How do I expose one of my containers to the outside world?**

Exposing a container to the outside world is described in [Exposing Services to the Outside](/site/using-weave/service-export.md).


**Q: My dockerized app needs to check the request of an application that uses a static IP. Is it possible to manually change the IP of a container?**


Expand All @@ -25,6 +20,11 @@ You can manually change the IP of a container using [Classless Inter-Domain Rout
For more information, refer to [Manually Specifying the IP Address of a Container](/site/using-weave/manual-ip-address.md).


**Q: How do I expose one of my containers to the outside world?**

Exposing a container to the outside world is described in [Exposing Services to the Outside](/site/using-weave/service-export.md).


**Q: Can I connect my existing 'legacy' network with a Weave container network?**

Yes you can.
Expand Down

0 comments on commit 019a065

Please sign in to comment.