docker-image
Here are 7,906 public repositories matching this topic...
-
Updated
Apr 13, 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!
Is your feature request related to a problem? Please describe.
The drop down list for adding/editing volumes on the add/edit container page doesn't have a logical order.
Describe the solution you'd like
A simple alphabetical order would make things easier.
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.
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
-
Updated
Mar 20, 2020 - Python
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
Ⅰ. 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
Is your enhancement request related to a problem? Please describe.
It's really hard to type a message containing multiple sentences.
Describe the solution you'd like
The text area should expand once agent types a lengthy message
Describe alternatives you've considered
none
Additional context
none
-
Updated
Apr 11, 2020 - Shell
Might need some changes like
uber/makisu#223
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
@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)
So the build container doesn't need access secrets, in case the code was from untrusted 3rd party.
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
Apr 13, 2020 - Ruby
-
Updated
Mar 19, 2020 - Shell
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
-
Updated
Apr 6, 2020 - JavaScript
Hi, great work - saved me from a lot of pain!
Quick question - as I was using nginx amplify before, how can I integrate it here?
e.g. using the Dockerfile from https://github.com/nginxinc/docker-nginx-amplify
FROM nginx:latest
RUN apt-get update \
&& apt-get install -qqy curl python apt-transport-https apt-utils gnupg1 procps \
&& echo 'deb https://packages.amplify.nginx
-
Updated
Jan 21, 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
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
-
Updated
Mar 6, 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
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