Skip to content
#

docker-image

Here are 7,744 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

darioajr
darioajr commented Dec 4, 2019

Bug description
Don´t show table correctly

Expected behavior
A Table view normal

Steps to reproduce the issue:
Crreate a container with large ENV variable

Technical details:

  • Portainer version: 1.21.0
  • Docker version (managed by Portainer): 18.09.3
  • Platform (windows/linux): linux
  • Command used to start Portainer (docker run -p 9000:9000 portainer/portainer):
Hardcore-fs
Hardcore-fs commented Oct 15, 2019

When you setup a self signed cert, there is no COA. (chain of authority)
so you should also document the need to copy the key to the users workstations
so that GIT clients can correctly recognize the SSC (selfsigned cert)

not all access is via a web browser where certs can be overriden.......

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