mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-22 14:12:25 +00:00
18 lines
528 B
ReStructuredText
18 lines
528 B
ReStructuredText
.. _connect_to_external_hosts:
|
|
|
|
*************************
|
|
Connect to external hosts
|
|
*************************
|
|
|
|
|
|
Connecting from inside a Devilbox Docker container to any external host works out of the box.
|
|
The only thing you need is internet/network access and know its hostname or IP address.
|
|
|
|
Each container has internet access, thus you can ``curl``, ``fetch``, connect to or download
|
|
any online resources from within the container.
|
|
|
|
|
|
.. seealso::
|
|
* :ref:`connect_to_host_os`
|
|
* :ref:`connect_to_other_docker_container`
|