Skip to content
#

dockerfiles

Here are 691 public repositories matching this topic...

itzg
itzg commented Apr 6, 2017

Since it is quite common to have long running Minecraft servers and those servers have inherently irreplaceable data the README should include at least one recommendation for backup strategy.

Part of the solution could be extract all of the host directory paths from the mounts section of the container such as with:

docker container inspect -f "{{range .Mounts}}{{.Source}}{{end}}" e718ec
jlandure
jlandure commented Sep 30, 2019

Context

What are you trying to do and how would you want to do it differently? Is it something you currently you cannot do? Is this related to an issue/problem?
Would like to clean the README and create a doc website for using this image.
There is too many sections in the README explaining the different usecases...

Perhaps a doc website using VuePress...

YoraiLevi
YoraiLevi commented Mar 4, 2020

In paragraph 2.3
"2.3. How to use a BioContainer
BioContainers are listed in two main registries:

Docker Hub: Docker-based containers that can use the docker infrastructure.
QUAY Hub: Docker- and rkt-based containers that can use the rkt infrastructure.
For a full documentation about how to use BioContainers to perform bioinformatics analysis, please check the Full Documentation"
There are

docker
PostPollux
PostPollux commented Apr 6, 2020

Having a look at the documentation about how to use the docker version of Directus there is a list of environment variables:
https://docs.directus.io/docker/environment.html#all-variables

A lot of the environment variables are "arrays". How can one set array environment variables in docker. I don't think it's possible, or is it? I think this should be mentiond somewhere. It's a bit misleading

Improve this page

Add a description, image, and links to the dockerfiles topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dockerfiles topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.