mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-24 23:16:41 +00:00
20 lines
584 B
ReStructuredText
20 lines
584 B
ReStructuredText
.. include:: /_includes/snippets/__ANNOUNCEMENTS__.rst
|
|
|
|
.. _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`
|