Skip to content

Commit

Permalink
fix: lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Kiran1689 <[email protected]>
  • Loading branch information
Kiran1689 committed Dec 3, 2024
1 parent d3721f0 commit ab84122
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ For more info about Daytona and its features, check [here](https://daytona.io)
## Overview of Dev Containers

Dev Containers, short for Development Containers, are a way to configure portable
and reproducible development environments using Docker containers. Dev containers
and reproducible development environments using Docker containers. Dev containers
are isolated, lightweight environments that allow developers to work inside a
containerized version of a build environment.
containerized version of a build environment.

**Key Features of Dev Containers:**

Expand Down Expand Up @@ -168,15 +168,15 @@ daytona git-provider add
```

Your output should be similar to the image below.

![image of github provider](assets/setting_up_a_python_dev_environment_with_devcontainers_and_daytona_img3.png)

Select GitHub and provide your personal access token.

![image of github provider](assets/setting_up_a_python_dev_environment_with_devcontainers_and_daytona_img4.png)

### Step 2.3: Choose your preferred IDE

Run this command in the terminal to choose your [IDE](https://www.daytona.io/docs/usage/ide/).

```bash
Expand Down

0 comments on commit ab84122

Please sign in to comment.