The Wayback Machine - https://web.archive.org/web/20200716072645/https://github.com/topics/docker-image
Skip to content
#

docker-image

Here are 8,318 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

gramakri
gramakri commented Apr 22, 2020

I was looking into creating a better install section for Cloudron at https://github.com/wekan/wekan/wiki/Platforms . However, that page is a bit of a mess. Ideally, I would like to make a big list of all providers and each provider page can provide more information. Is this something that you would like to see as well? If so, I can help in editing the page but I am not sure how I should edit a git

LewS
LewS commented Nov 11, 2019

Hi Guys,
This is informational, but upgrading to the latest from versions prior to 11.11.0 fail to update the db schema for postgres instances.
e.g.
"Your current database version is too old to be migrated. You should upgrade to GitLab 11.11.0 before moving to this version. Please see https://docs.gitlab.com/ee/policy/maintenance.html#upgrade-recommendations"
Thought it might be worth mention

yxliang01
yxliang01 commented Aug 28, 2019

To avoid performing npm install again and again when any source code in the project is being modified, it's (always?) preferred to cached node_modules as long as package.json and package-lock.json are not changed. I think this can be added to the BestPractices.md guide. Welcome for discussions on whether this is really a good practice also.

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

werf
wordmove
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
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.