question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add docker compose

See original GitHub issue

To simplify getting started / up and running with marquez, we’ll want to add support for docker-compose

Note: depends on #44

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
chordolcommented, May 1, 2019

Thanks for the response @wslulciuc!

0reactions
wslulciuccommented, Apr 30, 2019

http://localhost:5000/ responds with: {“code”:404,“message”:“HTTP 404 Not Found”}

@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}.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found