Skip to content

Run capture in docker? #1392

Closed Answered by mertssmnoglu
HomerSimpson3k asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @HomerSimpson3k

We are working on providing remote images for Capture. However capture has a Dockerfile in the repo, that means you can build and run it on your own device.

Local Docker Build

git clone [email protected]:bluewave-labs/capture.git
cd capture
docker buildx build -f Dockerfile -t capture .
docker run -v /etc/os-release:/etc/os-release:ro \
    -p 59232:59232 \
    -e API_SECRET=REPLACE_WITH_YOUR_SECRET \
    -d \
    capture:latest

These steps should work for you. If you encounter a problem, you can create an issue in the capture repo.

Work in progress

If you have any suggestion please let us know.

# We are working on this, the url is invalid
docker pull ghcr.io/bluewave-l…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by HomerSimpson3k
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants