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
44description : Authenticating with Defang.
55---
66
7- # Authenticating with Defang
7+ # Authentication
88
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:
1010
1111``` bash
1212defang 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
106106* The ` Dockerfile ` is used to build the container image for your service.
107107* The ` compose.yaml ` file is used to define the services you want to deploy.
108108
109- ## Deploy to the playground
109+ ## Deploy to the Playground
110110
111111Go back to your shell and type the following:
112112
@@ -122,7 +122,7 @@ Please visit http://127.0.0.1:49154 and log in. (Right click the URL or press EN
122122```
123123
124124:::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.
126126:::
127127
128128When you do this, you should see something similar to the output below:
You can’t perform that action at this time.
0 commit comments