Skip to content

Commit ec7a3b6

Browse files
committed
Add links to the labspace
1 parent d458931 commit ec7a3b6

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ This repository contains the content and configuration for the **Docker Commando
1212

1313
To preview or run this labspace locally, you can use the `labspace` CLI or Docker Compose with the provided `compose.yaml`.
1414

15+
## Launch the Labspace
16+
17+
To launch the published Labspace directly, run:
18+
19+
```bash
20+
docker compose -f oci://docker.io/aerabi/docker-commandos-labspace up -d
21+
```
22+
23+
Then open your browser at `http://localhost:3030`.
24+
25+
### Using the Docker Desktop extension
26+
27+
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=aerabi/docker-commandos-labspace&title=Docker%20Commandos%3A%20Asgard%20Mission) to launch the Labspace.
28+
1529
### Using Docker Compose
1630

1731
The root `compose.yaml` uses the official Docker Labspace development base and the repo-root `compose.override.yaml` configures the custom workspace image.

0 commit comments

Comments
 (0)