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: tutorials/deploy-mdbooks-serverless-containers/index.mdx
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,11 +11,11 @@ categories:
11
11
- containers
12
12
- container-registry
13
13
dates:
14
-
validation:
15
-
posted:
14
+
validation:2024-10-30
15
+
posted:2024-10-30
16
16
---
17
17
18
-
Publish modern online books, for product, API documentation, tutorials, course material or anything that requires a clean, easily navigable and customizable presentation.
18
+
`mdBooks` lets you publish modern online books, for product, API documentation, tutorials, course material or anything that requires a clean, easily navigable and customizable presentation.
19
19
20
20
This tutorial uses `mdbooks` to publish simple documentation but the main goal of this tutorial is to show how simple it is to
21
21
pick a project, package it inside an image and deploy it on Serverless Containers.
@@ -26,11 +26,11 @@ pick a project, package it inside an image and deploy it on Serverless Container
26
26
-[Owner](/identity-and-access-management/iam/concepts/#owner) status or [IAM permissions](/identity-and-access-management/iam/concepts/#permission) allowing you to perform actions in the intended Organization
27
27
- Docker installed on your local machine
28
28
29
-
## Why deploying on Serverless
29
+
## Why deploy on Serverless?
30
30
31
-
Serverless products are perfect for cost efficiency with a pay-as-you-go model and scale very well.
31
+
Serverless products are perfect for cost efficiency with a pay-as-you-go model, and scale very well.
32
32
33
-
With zero infrastructure management and many tools to integrate in CI/CD environments, `mdbooks`can benefit a lot of Serverless Containers.
33
+
With zero infrastructure management and many tools to integrate in CI/CD environments, an `mdbooks`deployment is well suited to Serverless Containers.
34
34
35
35
## Local setup
36
36
@@ -40,9 +40,9 @@ With zero infrastructure management and many tools to integrate in CI/CD environ
40
40
-`mdbook init my-first-book` in order to create a sample book.
41
41
-`cd my-first-book` to open the directory created by init command.
42
42
43
-
3.*(optional)*Now you can edit the content of the book to publish.
43
+
3.*(Optional)*Edit the content of the book to publish.
44
44
45
-
4.It is recommended to test the book using the command: `mdbook test`.
2. Open a web browser on your computer and navigate to the [Container Registry](https://console.scaleway.com/containers/) product in the Scaleway Console.
76
+
2. Open a web browser on your computer and navigate to the [Container Registry](https://console.scaleway.com/containers/) product in the Scaleway console.
77
77
3. Click **Create namespace**. A namespace is used to hold the image.
78
78
79
79
<Messagetype="note">
80
-
A pop-up will appear with informations to log into your Container Registry Namespace with `docker login`. This will allow to push the image later.
80
+
A pop-up will appear with information to log into your Container Registry Namespace with `docker login`. This will allow us to push the image later.
81
81
</Message>
82
82
83
83
4. Create the namespace and save the registry endpoint. The registry endpoint looks like `rg.<region>.scw.cloud/<namespace>`
0 commit comments