You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This may happen if you have installed Docker from a snap package. This installation mode is not supported, please install it following [the official documentation](./quickstart/1-install-requirements.md#install-docker) (See [#78](https://github.com/src-d/sourced-ce/issues/78)).
133
+
134
+
135
+
## Why Do I Need Internet Connection?
136
+
137
+
source{d} CE automatically fetches some resources from the Internet when they are not found locally:
138
+
139
+
- the source{d} CE configuration is fetched automatically when initializing it for the first time, using the proper version for the current version of `sourced`, e.g. if using `v0.16.0` it will automatically fetch `https://raw.githubusercontent.com/src-d/sourced-ce/v0.16.0/docker-compose.yml`.
140
+
- to download the docker images of the source{d} CE components when initializing source{d} for the first time, or when initializing it after changing its configuration.
141
+
- to download repositories and its metadata from GitHub when you initialize source{d} CE with `sourced init orgs`.
142
+
- to download and install [Docker Compose alternative](#docker-compose) if there is no local installation of Docker Compose.
143
+
144
+
If your connection to the network does not let source{d} CE to access to Internet, you should manually provide all these dependencies.
Copy file name to clipboardexpand all lines: docs/quickstart/1-install-requirements.md
+8-2
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,12 @@ Follow the instructions based on your OS:
15
15
16
16
## Docker Compose
17
17
18
-
**source{d} CE** is deployed as Docker containers, using [Docker Compose](https://docs.docker.com/compose), but it is not required to have a local installation of Docker Compose; if it is not found it will be deployed inside a container.
18
+
**source{d} CE** is deployed as Docker containers, using [Docker Compose](https://docs.docker.com/compose), but it is not required to have a local installation of Docker Compose; if it is not found it will be downloaded from docker sources, and deployed inside a container.
19
19
20
-
If you prefer a local installation of Docker Compose, you can follow the [Docker Compose install guide](https://docs.docker.com/compose/install)
20
+
If you prefer a local installation of Docker Compose, or you have no access to internet to download it, you can follow the [Docker Compose install guide](https://docs.docker.com/compose/install)
21
+
22
+
## Internet Connection
23
+
24
+
source{d} CE automatically fetches some resources from the Internet when they are not found locally, so in order to use all source{d} CE capacities, Internet connection is needed.
25
+
26
+
For more details, you can refer to [Why Do I Need Internet Connection?](../learn-more/faq.md#why-do-i-need-internet-connection)
0 commit comments