Skip to content

Commit

Permalink
Edited DevContainer to Dev Container
Browse files Browse the repository at this point in the history
Signed-off-by: bellatrick <[email protected]>
  • Loading branch information
bellatrick committed Nov 29, 2024
1 parent ba24ca6 commit 2c8bccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/20241126_Using_Environmental_Variables_in_Daytona.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ You can create and open a new workspace using Daytona's create command with the
daytona create --code
```

When prompted, choose to enter a GitHub URL. Let's use a simple Python project with a DevContainer configuration for this tutorial. Enter this URL in the input space: `https://github.com/bellatrick/python_starter.git`.
When prompted, choose to enter a GitHub URL. Let's use a simple Python project with a Dev Container configuration for this tutorial. Enter this URL in the input space: `https://github.com/bellatrick/python_starter.git`.

The command will clone the repository, set up the development environment, and open Visual Studio Code.

Expand Down Expand Up @@ -133,4 +133,4 @@ The `daytona env` command provides a simple and powerful method for managing env

- [Daytona Official Documentation](https://www.daytona.io/docs/)
- [Daytona CLI](https://www.daytona.io/docs/tools/cli/#daytona-env)
- [DevContainer Specification](https://containers.dev/)
- [Dev Container Specification](https://containers.dev/)

0 comments on commit 2c8bccc

Please sign in to comment.