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

Unnamed Docker volumes for stclient #255

Open
dr-yd opened this issue Feb 15, 2023 · 0 comments
Open

Unnamed Docker volumes for stclient #255

dr-yd opened this issue Feb 15, 2023 · 0 comments

Comments

@dr-yd
Copy link

dr-yd commented Feb 15, 2023

Describe the problem
st2client uses the st2actionrunner image which has volumes defined for ["/home/stanley/.ssh", "/opt/stackstorm/packs", "/opt/stackstorm/virtualenvs"] and is derived from st2 which has ["/etc/st2"]. These volumes are created as empty for the st2client which is confusing, in this case for our volume-level backup as the generated IDs are obfuscating where these volumes are coming from. If the client needs its own volumes in their place, they should be created and the association with the client container be made clear; if it doesn't matter because the contents aren't used, the simplest solution would be to still mount the volumes which the other containers are using in the same place.

Versions
[not relevant]

To Reproduce
Deploy the docker-compose.yml.

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

No branches or pull requests

1 participant