You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.
well, it'd always be in the docker file system, so you'd need -v
container can't view the host's fs without that
but if it's something other than /stellar-core.cfg, confd won't touch it
confd will generate it's own /stellar-core.cfg, then we'll just ignore it and use something else
then update /etc/init/stellar-core.conf, /usr/local/bin/stellar-core-setup and /usr/local/bin/stellar-core-shell to use `-v /etc/stellar-core.cfg:/stellar-core-override.cfg
The text was updated successfully, but these errors were encountered:
whats fixed? I am curious how other folks ran this image out of the box? It seem not to include any .cfg file . So how you pass any evn file which doesnt exist in the container itself? That makes me wanna rewrite the Dockerfile ..then whats the use of it? These are the all cgg container has
/usr/lib/python2.7/dist-packages/distlib/_backport/sysconfig.cfg, also no .env
/usr/lib/python2.7/dist-packages/pycparser/_c_ast.cfg
/usr/local/lib/python2.7/dist-packages/boto/pyami/copybot.cfg
/usr/local/lib/python2.7/dist-packages/boto/services/sonofmmm.cfg
/etc/dpkg/dpkg.cfg
/etc/perl/Net/libnet.cfg
well, it'd always be in the docker file system, so you'd need -v
container can't view the host's fs without that
but if it's something other than /stellar-core.cfg, confd won't touch it
confd will generate it's own /stellar-core.cfg, then we'll just ignore it and use something else
would just be ef50c22 I think
can't test it cause dockerhub is being weird atm
then update /etc/init/stellar-core.conf, /usr/local/bin/stellar-core-setup and /usr/local/bin/stellar-core-shell to use `-v /etc/stellar-core.cfg:/stellar-core-override.cfg
The text was updated successfully, but these errors were encountered: