Skip to content

Commit

Permalink
Updated startup/shutdown docs - Dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes committed Jan 31, 2025
1 parent 13e89f6 commit e8a48bf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/docs/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,23 @@ These steps are specific to Linux. You will need to modify them accordingly for
All done!
#### CLI Shutdown (Development)
Use the command `docker compose` command to cleanly shutdown the dev container
```
docker compose down
```
#### CLI Startup (Development)
After a successful installation, yse these commands in sequence to start the dev container.
```
devcontainer build --workspace-folder .
devcontainer up --workspace-folder .
```
### Setup: Using the VScode IDE
You can setup the app using the VScode IDE. Here are the steps to follow:
Expand Down

0 comments on commit e8a48bf

Please sign in to comment.