--with-registry-auth #4
sylvain-barrepersyn
started this conversation in
Feature Requests
Replies: 3 comments 5 replies
-
just to be sure you've seen the discussion :) |
Beta Was this translation helpful? Give feedback.
5 replies
-
Will hopefully this done next week, been pre-occupied with the holidays. Sorry for the delays and thanks for the support everyone... |
Beta Was this translation helpful? Give feedback.
0 replies
-
My way allows you to also register a private registry as the current script makes a new docker context so any register step done before is not on the same context #9 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hello maintainers !
I want to use this tool to deploy stack on my VPS but the packages are private and owned by an organization that I own in my turn.
Packages must be privates and so, I want to know if it's possible to add a parameter
args
which will be added at the end of commanddocker stack deploy
.It will be added at the end of command here as described ⬇️.
22
docker-compose.yaml
docker stock deploy
(added to the end)Other possible solution is to permit only with registry auth by adding a parameter
registry_auth
:22
docker-compose.yaml
false
Beta Was this translation helpful? Give feedback.
All reactions