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

When running cardano-cli, re-use running container image #47

Open
klarkc opened this issue Feb 4, 2023 · 0 comments
Open

When running cardano-cli, re-use running container image #47

klarkc opened this issue Feb 4, 2023 · 0 comments
Labels
ctl good first issue Good for newcomers help wanted Extra attention is needed

Comments

@klarkc
Copy link
Member

klarkc commented Feb 4, 2023

Right now we're using docker run, which instantiate a new container using a potential wrong cardano-node version:

docker run --rm -it -v "$(pwd)":/data -w /data -v ctl-runtime_node-preview-ipc:/ipc -e CARDANO_NODE_SOCKET_PATH=/ipc/node.socket --entrypoint cardano-cli "inputoutput/cardano-node" "$@"

@klarkc klarkc added good first issue Good for newcomers help wanted Extra attention is needed ctl labels Feb 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ctl good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant