Skip to content
#

docker-image

Here are 7,906 public repositories matching this topic...

docwhat
docwhat commented Aug 19, 2019

When using AUFS as the storage driver in docker (or podman, etc.) then the maximum number of layers that can have data is "42".

This is because each layer that has data is unpacked into the file-system and then union mounted over each other. AUFS only allows a maximum of 42 layers to be mounted over each other.

The hard-limit is 127 data layers which is due to the maximum number of argu

echeeng
echeeng commented Apr 9, 2020

Is there an option that I missed? Not sure if this is particular to 12.9.2 as I just moved from omnibus official to testing 12.9.2 from here.

I was expecting the content of a project's README.md to be automatically rendered on the landing page but it is currently appearing as a link with text 'README.md' instead of displaying its content.

nschonni
nschonni commented Feb 10, 2020

Probably help triage some issues that come in. Here are some that pop into my head:

  • Image Issue: probably give some Docker and image tag commands that would be need to solve anything
  • Package Issue: Point them over to StackOverflow or other place
  • Security: Point to the SECURITY.md in the repo. Maybe not super needed since the right-hand "Helpful resources" points to it, but easy to miss
cramakanth
cramakanth commented Apr 8, 2020

I installed kubeadm following instructions given here: https://kubernetes.io/docs/setup/production-environment/tools/kubeadm/create-cluster-kubeadm/

on 1 master and 2 worker nodes in a cluster and on the master did a kubeadm init with --pod-network-cidr=10.244.0.0/16 and --apiserver-advertise-address of my master node.

It went well and after finishing init, I then run the command and I get

chatwoot
kevdogg
kevdogg commented Mar 26, 2020

I feel really bad for posting this here, since this is more of a support issue, so I apologize.
I'm kind of new to docker however I'm seeking more help how to build the image with custom a custom UID/GID

I'm aware ldap has reserved UID/GID of 439/439 (https://wiki.archlinux.org/index.php/DeveloperWiki:UID_/_GID_Database)

I read your instructions regarding how to address this issue:

T

chrisshroba
chrisshroba commented Nov 1, 2019

I just noticed the readme at https://hub.docker.com/r/tiangolo/uwsgi-nginx-flask/ is cut off at the end, and I thought it was a mistake until I realized that the readme on Github is not truncated, so I assume Docker Hub just has a maximum length. I think it would be helpful to have a note at the end of the readme on Docker Hub saying to check the Github repo to continue reading. I wouldn't have re

werf
distorhead
distorhead commented Mar 10, 2020

What about mounting dot-git of the main repo into build container?

fromPath: .git
to: /app/.git

But mounting is always a bad decision because it does not scale well.

There should be more cases of .git usage, which should be documented in this issue.

Ideas and info

  • Export environment variables with git commit sha for local and all remote git mappings.
  • What about
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
hchungi
hchungi commented Feb 13, 2020

I have tried to install redmine with external PostgreSQL, but it doesn't work for me with the logs below.
Seems the problem is:

redmine | bundler: failed to load command: rake (/usr/bin/rake)
redmine | Bundler::Dsl::DSLError:

Can someone tell me how to make it work?

Logs

redmine | Initializing logdir...
redmine | Initializing datadir...
redmine | Symlinkin

feutl
feutl commented Sep 4, 2019

After running NC with NCP for more then a year with over 2 million files stored on it, I asked myself if the mysql/mariadb DB needs to be maintained?
I searched the internet and the simplest solution I found was using

sudo mysqlcheck -o --all-databases

This reduced the DB size from around 950MB to a little over 800MB and NC seems to be a little more responsive (but this could homeopat

Improve this page

Add a description, image, and links to the docker-image 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 docker-image topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.