Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-gh-mirror
ensembl-hive
Commits
509bec63
Commit
509bec63
authored
Dec 14, 2017
by
Matthieu Muffato
Browse files
Add the DockerSwarm doc in the main RTD
parent
fd2c970e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
26 additions
and
0 deletions
+26
-0
docs/contrib/docker-swarm.rst
docs/contrib/docker-swarm.rst
+19
-0
docs/index.rst
docs/index.rst
+4
-0
docs/rtd_upgrade.sh
docs/rtd_upgrade.sh
+3
-0
No files found.
docs/contrib/docker-swarm.rst
0 → 100644
View file @
509bec63
Docker Swarm
============
Docker Swarm is Docker's own orchestration system. It allows running and
managing Docker containers as services. eHive can be packaged as docker
image (see on the `Docker hub <https://hub.docker.com/r/ensemblorg/ensembl-hive>`__).
It also has a `Meadow plugin <https://github.com/Ensembl/ensembl-hive-docker-swarm>`__
to leverage the Docker Swarm API and use it like any job scheduler.
Here is some documentation about setting this up.
.. toctree::
:maxdepth: 8
docker-swarm/tutorial
docker-swarm/howto
docker-swarm/dev_notes
docs/index.rst
View file @
509bec63
...
...
@@ -74,6 +74,10 @@ User documentation
advanced_usage/slack
advanced_usage/continuous_pipelines
.. toctree::
:caption: External plugins
contrib/docker-swarm
.. toctree::
:caption: Appendix
...
...
docs/rtd_upgrade.sh
View file @
509bec63
...
...
@@ -30,4 +30,7 @@ mkdir ../root
for
i
in
*
.deb
;
do
dpkg
-x
"
$i
"
../root/
;
done
git clone
--branch
master
--depth
1 https://github.com/Ensembl/ensembl.git ../ensembl
git clone
--branch
master
--depth
1 https://github.com/Ensembl/ensembl-hive-docker-swarm.git ../ensembl-hive-docker-swarm
mkdir
-p
../../../contrib/
ln
-s
"
$1
/ensembl-hive-docker-swarm/docs"
../../../contrib/docker-swarm
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment