Skip to content

Commit e102892

Browse files
authored
Merge pull request #125 from dockersamples/update-getting-started-docs
Update getting started content to point to the starter repo
2 parents fdb3c57 + bf6909a commit e102892

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

docs/creating-labspace.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@ If you are making a Labspace and find gaps, feel free to update these docs and s
88

99
## Getting started
1010

11+
### Quick path
12+
13+
The easiest way to get started is to use the [Labspace Starter repo template](https://github.com/dockersamples/labspace-starter).
14+
15+
1. Open the repo template
16+
17+
2. Click the **Use this template** in the top-right corner
18+
19+
3. Follow the instructions in the starter README to make the Labpsace your own
20+
21+
### Manual setup
22+
1123
1. Create a repository that will host your content
1224

1325
2. At the root of the repository, create a `labspace.yaml` file. That file should have content similar to the following:
@@ -56,7 +68,7 @@ If you are making a Labspace and find gaps, feel free to update these docs and s
5668

5769
Once the stack starts, you can open the app at [http://localhost:3030](http://localhost:3030).
5870

59-
The files are bind mounted into the container environment
71+
The files are bind mounted into the container environment, making your changes immediately visible in the running Labspace.
6072

6173

6274

0 commit comments

Comments
 (0)