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
Copy file name to clipboardExpand all lines: docs/FAQ.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ hide:
6
6
7
7
??? faq "My host is incompatible with images based on Ubuntu Jammy"
8
8
9
-
##### My host is incompatible with images based on Ubuntu Jammy { #jammy }
9
+
##### My host is incompatible with images based on Ubuntu Jammy { #jammy }
10
10
11
11
=== "Description"
12
12
@@ -53,7 +53,7 @@ hide:
53
53
54
54
??? faq "My host is incompatible with images based on rdesktop"
55
55
56
-
##### My host is incompatible with images based on rdesktop { #rdesktop }
56
+
##### My host is incompatible with images based on rdesktop { #rdesktop }
57
57
58
58
=== "Description"
59
59
@@ -82,7 +82,7 @@ hide:
82
82
83
83
??? faq "My host is incompatible with images based on Ubuntu Focal and Alpine 3.13 and later"
84
84
85
-
##### My host is incompatible with images based on Ubuntu Focal and Alpine 3.13 and later { #libseccomp }
85
+
##### My host is incompatible with images based on Ubuntu Focal and Alpine 3.13 and later { #libseccomp }
86
86
87
87
=== "Description"
88
88
@@ -143,7 +143,7 @@ hide:
143
143
144
144
??? faq "My host filesystem is incompatible with my docker storage driver"
145
145
146
-
##### My host filesystem is incompatible with my docker storage driver { #storage }
146
+
##### My host filesystem is incompatible with my docker storage driver { #storage }
147
147
148
148
=== "Description"
149
149
@@ -172,7 +172,7 @@ hide:
172
172
173
173
??? faq "What is lscr.io"
174
174
175
-
##### What is lscr.io { #lscr }
175
+
##### What is lscr.io { #lscr }
176
176
177
177
LSCR is a vanity url for our images, this is provided to us in collaboration with [scarf.sh](https://about.scarf.sh/). It is not a dedicated docker registry, rather a redirection service. As of writing it redirects to GitHub Container Registry (ghcr.io).
178
178
@@ -186,7 +186,7 @@ hide:
186
186
187
187
??? faq "I cannot connect to lscr.io"
188
188
189
-
##### I cannot connect to lscr.io { #lscr-no-connect }
189
+
##### I cannot connect to lscr.io { #lscr-no-connect }
190
190
191
191
Due to the nature of Scarf as a Docker gateway which gathers usage metrics, some overzealous privacy-focused blocklists will include its domains.
192
192
@@ -220,7 +220,7 @@ hide:
220
220
221
221
??? faq "I want to reverse proxy an application which defaults to https with a self-signed certificate"
222
222
223
-
##### I want to reverse proxy an application which defaults to https with a self-signed certificate { #strict-proxy }
223
+
##### I want to reverse proxy an application which defaults to https with a self-signed certificate { #strict-proxy }
224
224
225
225
=== "Traefik"
226
226
@@ -230,21 +230,21 @@ hide:
230
230
231
231
```yml
232
232
http:
233
-
serversTransports:
234
-
ignorecert:
235
-
insecureSkipVerify: true
233
+
serversTransports:
234
+
ignorecert:
235
+
insecureSkipVerify: true
236
236
```
237
237
238
238
Then on our `foo` service we tell it to use this rule, as well as telling Traefik the backend is running on https.
As you can see in the second one, multiple versions can coexist which is a big tshoot problem.
312
+
As you can see in the second one, multiple versions can coexist which is a big tshoot problem.
313
313
314
314
Once this is complete, if the expected version isn't present, simply follow [docker install on ubuntu](https://docs.docker.com/engine/install/ubuntu/)
315
315
316
-
When they finish, running `docker` commands may result in `-bash: /snap/bin/docker: No such file or directory` if this is the case, this is simply a shell patch issue, they can launch a new shell or simply input `hash -r` which should resolve the problem. Version info at the time of this writing should be
316
+
When they finish, running `docker` commands may result in `-bash: /snap/bin/docker: No such file or directory` if this is the case, this is simply a shell patch issue, they can launch a new shell or simply input `hash -r` which should resolve the problem. Version info at the time of this writing should be
0 commit comments