docker-image
Here are 7,744 public repositories matching this topic...
-
Updated
Mar 4, 2020
Hello,
I have *.wt files from mongodb and I have read, that mongodb can compress the collection information.
It exist snappy or zlib algorithm.
What algorithm is the default, if I install wekan via docker?
Thank's!
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):
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.......
-
Updated
Mar 2, 2020 - Python
Create CHANGELOG.md
Even though there's an understanding that we currently see node majors as possibilities to make breaking changes to the images, recent patch updates have included breaking changes. A changelog would help communicate potential issues.
Inspired by nodejs/docker-node#1182 (comment).
Facing next problem with flannel:
error: error parsing https://github.com/coreos/flannel/blob/master/Documentation/kube-flannel.yml: error converting YAML to JSON: yaml: line 112: mapping values are not allowed in this context
OS: CentOS 7
Ⅰ. Issue Description
The actual download image behavior is inconsistent with the document description
Ⅱ. Describe what happened
I try to use Dragonfly according to document QuickStart
When I performed Step 5, I didn't see any output. After I checked the log file, I found that there is no words
Describe the bug
The conversation counter isn't updated in real-time when a new conversation comes into the system .
To Reproduce
Steps to reproduce the behavior:
- Trigger an incoming message from widget to chatwoot platform
- Watch the to
-
Updated
Mar 4, 2020 - Shell
Might need some changes like
uber/makisu#223
Hi,
I'm having problem with deploying to kubernetes with your example.
Any help would be appreciated.
Thank you!
@tilosp @J0WI Have you thought about creating a CONTRIBUTING.md file for this repo, where people can learn how to contribute, how things are supposed to work, some basic info about the CI process? That would go a long way, I think :)
Originally posted by @marcelklehr in nextcloud/docker#863 (comment)
If it already is, it serves two masters (which isn't clear).
e.g. better documentation for self-signed certs
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
-
Updated
Mar 2, 2020 - Ruby
-
Updated
Mar 3, 2020 - Shell
On the basis of Review Russian documentation #1963
- Main
- README
- Documentation Overview
- Configuration / Introduction
- Configuration / Dockerfile image
- Configuration / Stapel Image / Naming
- Configuration / Stapel Image / Base Image
- Configuration / Stapel Image / Docker directive
- Confi
-
Updated
Mar 4, 2020 - JavaScript
-
Updated
Mar 4, 2020 - Dockerfile
-
Updated
Mar 3, 2020 - Shell
e.g. based on the google doc https://docs.google.com/document/d/1ZI1V_2I3tETAeGnAwYZnrYTdeiOfdtWCL4l4DmRimFc/
p.s. I think that using docker for the course is an overhead which is not justified. As people create a designated VM for the course it would have been better to share a VM image so installation is one click and forget about docker. Docker is great when you need multiple environment or
-
Updated
Mar 3, 2020 - Shell
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
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
We might need to document how the logs are gathered inside our images and how this can be configured or integrated in a docker landscape.
Related: webdevops/Dockerfile#242
Compose
Hi, can you write small example, how to use this image in docker-compose.yml?
Improve this page
Add a description, image, and links to the docker-image topic page so that developers can more easily learn about it.
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."

When using
AUFSas 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.
AUFSonly 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