Add docker compose
See original GitHub issueTo simplify getting started / up and running with marquez, we’ll want to add support for docker-compose
Note: depends on #44
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Try Docker Compose - Docker Documentation
Try Docker Compose · Step 1: Define the application dependencies · Step 2: Create a Dockerfile · Step 3:...
Read more >Use Docker Compose - Docker Documentation
Install Docker Compose · Create the Compose file · Define the app service · Run the application stack ...
Read more >Overview | Docker Documentation
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application's services....
Read more >Overview | Docker Documentation
The easiest and recommended way to get Docker Compose is to install Docker Desktop. Docker Desktop includes Docker Compose along with Docker Engine...
Read more >Install the Compose plugin | Docker Documentation
Install using the repository · Set up the repository. Find distro-specific instructions in: · Update the package index, and install the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks for the response @wslulciuc!
@chordol: The current version of the API (v1) is part of the URL, so certain endpoints will contain the prefix
/api/<version>/. For example, calling/namespaces/{namespace}requires you prefix the URL with/api/v1, so to access the API call/api/v1/namespaces/{namespace}.