Skip to content

Commit 625beaf

Browse files
committed
README and intro updates
1 parent f9749a7 commit 625beaf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.labspace/01-introduction.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# 👋 Welcome!
22

3-
This Labspace is designed to help you learn about using containers to run your app's dependent services. These might include:
3+
This Labspace is designed to help you **learn about using containers to run your app's dependent services**.
4+
5+
These might include:
46

57
- **Databases** - run [PostgreSQL](https://hub.docker.com/_/postgres), [MySQL](https://hub.docker.com/_/mysql), [Mongo](https://hub.docker.com/_/mongo), and more
68
- **Message queues** - run [RabbitMQ](https://hub.docker.com/_/rabbitmq), [Redis](https://hub.docker.com/_/redis), [Kafka](https://hub.docker.com/r/apache/kafka), and more

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,17 @@ By the end of this Labspace, you will have learned the following:
1313
- **Get your team up and going in seconds, not hours or days.** By including a Compose file in your repo, your team can simply `git clone` and `docker compose up`.
1414

1515
- **Look for additional dev tools.** With a containerized development environment, you can easily add visualizers, test interfaces, and more to your stack to enable faster troubleshooting and debugging.
16+
17+
## Launch the Labspace
18+
19+
To launch the Labspace, run the following command:
20+
21+
```bash
22+
docker compose -f oci://dockersamples/labspace-container-supported-development up -d
23+
```
24+
25+
And then open your browser to http://localhost:3030.
26+
27+
### Using the Docker Desktop extension
28+
29+
If you have the Labspace extension installed (`docker extension install dockersamples/labspace-extension` if not), you can also [click this link](https://open.docker.com/dashboard/extension-tab?extensionId=dockersamples/labspace-extension&location=dockersamples/labspace-container-supported-development&title=Container-supported%20development) to launch the Labspace.

0 commit comments

Comments
 (0)