6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-12-14 06:58:21 +00:00
tutor/docs
Régis Behmo d9486018a2 feat: add --mount option to local/dev
The `--mount` option is available both with `tutor local`
and `tutor dev` commands. It allows users to easily bind-mount containers from
the host to containers. Yes, I know, we already provide that possibility with
the `bindmount` command and the `--volume=/path/` option. But these suffer from
the following drawbacks:

- They are difficult to understand.
- The "bindmount" command name does not make much sense.
- It's not convenient to mount an arbitrary folder from the host to multiple
  containers, such as the many lms/cms containers (web apps, celery workers and
  job runners).

To address this situation, we now recommend to make use of --mount:

1. `--mount=service1[,service2,...]:/host/path:/container/path`: manually mount
   `/host/path` to `/container/path` in container "service1" (and "service2").
2. `--mount=/host/path`: use the new v1 plugin API to discover plugins that
   will detect this option and select the right containers in which to bind-mount
   volumes. This is really nifty...

Close https://github.com/overhangio/2u-tutor-adoption/issues/43
2022-04-20 19:33:17 +02:00
..
_ext feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
download docs: wrap tutor[full] in quotes for zsh compatibility 2022-04-15 09:20:21 +02:00
img docs: reorganize local guides in tutorials 2021-10-14 12:59:57 +02:00
plugins feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
reference feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
tutorials depr: drop the possibility of overriding edx-platform settings 2022-04-15 15:37:56 +02:00
_release_description.md docs: wrap tutor[full] in quotes for zsh compatibility 2022-04-15 09:20:21 +02:00
.gitignore Migrate openedx-docker project to Tutor 👩‍🏫 2018-12-26 19:27:08 +01:00
conf.py feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
configuration.rst fix: Correct EDX_PLATFORM_VERSION default for local edx-platform forks 2022-04-15 09:24:15 +02:00
dev.rst feat: add --mount option to local/dev 2022-04-20 19:33:17 +02:00
faq.rst minor typos fixed 2022-03-29 08:44:33 +02:00
gettingstarted.rst feat: upgrade to Maple 2021-12-20 21:21:36 +01:00
index.rst feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
install.rst feat: introduce tutor dev quickstart 2022-04-19 16:53:57 +02:00
intro.rst feat: introduce tutor dev quickstart 2022-04-19 16:53:57 +02:00
k8s.rst feat: add tutor [dev|local|k8s] status command 2022-04-15 09:29:02 +02:00
local.rst feat: add tutor [dev|local|k8s] status command 2022-04-15 09:29:02 +02:00
Makefile feat: migrate to plugins.v1 with filters & actions 2022-04-15 15:30:54 +02:00
quickstart.rst minor typos fixed 2022-03-29 08:44:33 +02:00
run.rst docs: build docs in CI (and be nitpicky about it) 2021-10-14 12:59:57 +02:00
testimonials.rst v10.0.0 Upgrade to Juniper (2020-06-15) 2020-06-15 10:19:07 +02:00
troubleshooting.rst depr: drop the possibility of overriding edx-platform settings 2022-04-15 15:37:56 +02:00
tutor.rst minor typos fixed 2022-03-29 08:44:33 +02:00
whatnext.rst minor typos fixed 2022-03-29 08:44:33 +02:00