Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ln-gateway container build #1452

Merged
merged 1 commit into from Jan 21, 2023
Merged

Conversation

dpc
Copy link
Contributor

@dpc dpc commented Jan 21, 2023

I intend to use it eventually with podman to deploy ln-gateway as simple bash wrapper:

#!/usr/bin/env bash

exec podman run $MOUNT_OPTS_ETC -q -i docker.io/fedimint/ln-gateway "$@"

This behaves very much like we were running ln_gateway process itself: stdio, stdout, stderr, etc. Though I'm hitting containers/podman#14707 which makes ctrl+c not work.

Re: #1436

@justinmoon justinmoon merged commit c1860d8 into fedimint:master Jan 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants