File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ title: Authentication
4
4
description : Authenticating with Defang.
5
5
---
6
6
7
- # Authenticating with Defang
7
+ # Authentication
8
8
9
- To do pretty much anything with Defang, you'll need to authenticate with the platform . You can do this by running the following command:
9
+ To do pretty much anything with Defang, you'll need to authenticate with the system . You can do this by running the following command:
10
10
11
11
``` bash
12
12
defang login
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ You can open the folder in your favorite editor and see the files that were gene
106
106
* The ` Dockerfile ` is used to build the container image for your service.
107
107
* The ` compose.yaml ` file is used to define the services you want to deploy.
108
108
109
- ## Deploy to the playground
109
+ ## Deploy to the Playground
110
110
111
111
Go back to your shell and type the following:
112
112
@@ -122,7 +122,7 @@ Please visit http://127.0.0.1:49154 and log in. (Right click the URL or press EN
122
122
```
123
123
124
124
:::info
125
- To learn more about how authentication works in Defang, check out the [ Authenticating With Defang ] ( /docs/concepts/authentication ) page.
125
+ To learn more about how authentication works in Defang, check out our [ Authentication ] ( /docs/concepts/authentication ) page.
126
126
:::
127
127
128
128
When you do this, you should see something similar to the output below:
You can’t perform that action at this time.
0 commit comments