https://github.com/dockersamples/labspace-container-supported-development
https://github.com/dockersamples/labspace-container-supported-development
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dockersamples/labspace-container-supported-development
- Owner: dockersamples
- License: apache-2.0
- Created: 2025-08-19T13:48:54.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-13T03:28:55.000Z (9 months ago)
- Last Synced: 2025-09-13T05:42:08.772Z (9 months ago)
- Language: JavaScript
- Size: 511 KB
- Stars: 2
- Watchers: 0
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-labspaces - Container-supported development
README
## Container-supported development
This Labspace is designed to introduce users to the benefit of using containers in local development without having to go "all-in".
The goal is to use containers to run your databases, caches, message queues, and other external services. No install. No setup.
## Learning objectives
By the end of this Labspace, you will have learned the following:
- **No more install or dependency hell.** Containers make it easy to run your services. No more need to install databases, caches, message queues, or more.
- **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`.
- **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.
## Launch the Labspace
To launch the Labspace, run the following command:
```bash
docker compose -f oci://dockersamples/labspace-container-supported-development up -d
```
And then open your browser to http://localhost:3030.
### Using the Docker Desktop extension
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.