Skip to content

Commit 212ebb8

Browse files
committed
Make sure explicit resolver is enabled
1 parent 9a233a4 commit 212ebb8

1 file changed

Lines changed: 15 additions & 2 deletions

File tree

topics/admin/tutorials/interactive-tools/tutorial.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -669,13 +669,26 @@ A few Interactive Tool wrappers are provided with Galaxy, but they are [commente
669669
> ```
670670
> {% endraw %}
671671
>
672-
> 5. Run the playbook:
672+
> 5. If you've configured container resolvers, make sure the explit docker container resolver is enabled, e.g in templates/galaxy/config/container_resolvers_conf.yml.j2
673+
> {% raw %}
674+
> ```diff
675+
> --- a/templates/galaxy/config/container_resolvers_conf.yml.j2
676+
> +++ b/templates/galaxy/config/container_resolvers_conf.yml.j2
677+
> @@ -9,3 +9,4 @@
678+
> - type: build_mulled_singularity
679+
> auto_install: False
680+
> cache_directory: "{{ galaxy_mutable_data_dir }}/cache/singularity/built/"
681+
> +- type: explicit
682+
> ```
683+
> {% endraw %}
684+
>
685+
> 6. Run the playbook:
673686
>
674687
> ```
675688
> ansible-playbook galaxy.yml
676689
> ```
677690
>
678-
> 6. Follow the Galaxy logs with `galaxyctl follow`.
691+
> 7. Follow the Galaxy logs with `galaxyctl follow`.
679692
>
680693
{: .hands_on}
681694

0 commit comments

Comments
 (0)