We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Swap related options of standalone docker aren't available in Swarm Mode.
Docker compose supports top level(under service) element of memswap_limit, but using it with stack deploy causes error:
stack deploy
memswap_limit: Set resource limits using deploy.resources
and resources section doesnt's support either top level elements memswap_limit nor memswap.
memswap_limit
memswap
I've tried it in deploy.resources.limits as well, but no success:
deploy.resources.limits
services.my_srv.deploy.resources.limits Additional property memswap is not allowed
Related to this closed(but not fixed) issue docker/compose#7594 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently Swap related options of standalone docker aren't available in Swarm Mode.
Docker compose supports top level(under service) element of memswap_limit, but using it with
stack deploy
causes error:and resources section doesnt's support either top level elements
memswap_limit
normemswap
.I've tried it in
deploy.resources.limits
as well, but no success:Related to this closed(but not fixed) issue docker/compose#7594 (comment)
The text was updated successfully, but these errors were encountered: