Replies: 1 comment 1 reply
-
Hi, you need to mount on docker volume:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Please excuse me if this is a non-issue - maybe what I'm trying to do is not possible when sling is run via docker?
Issue Description
I have an env.yaml file holding multiple connections in my ~/.sling path on the host. This file is valid because running sling without docker detects all the connections in it.
But when I try to run sling via docker with this command:
docker run -e SLING_HOME_DIR=/home/me/.sling/ --rm -i slingdata/sling conns list
then only this connection is listed:
Sling version (
sling --version
):1.2.20
Operating System (
linux
,mac
,windows
):Linux (Ubuntu 22.04)
Replication Configuration:
docker pull slingdata/sling
..and run the docker command above
Log Output (please run command with
-d
):-d outputs help text, no log
Beta Was this translation helpful? Give feedback.
All reactions