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
Since Docker 1.12 the docker engine integrates the swarm mode natively, and gives you the possibility to describe and launch services.
swarm mode
services
Also since docker-py v 0.10 supports the swarm mode this project gets new lights on it.
docker-py v 0.10
Basically we can handle a swarm creation with python.
We may launch services on that swarm, again in python. And then scale them.
So the notebook with spark should be written as a service, where you create the new password from a hash function of the variables you receive.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since Docker 1.12 the docker engine integrates the
swarm mode
natively, and gives you the possibility to describe and launchservices
.Also since
docker-py v 0.10
supports the swarm mode this project gets new lights on it.Basically we can handle a swarm creation with python.
We may launch services on that swarm, again in python. And then scale them.
So the notebook with spark should be written as a service, where you create the new password from a hash function of the variables you receive.
The text was updated successfully, but these errors were encountered: