docker-image
Here are 8,318 public repositories matching this topic...
-
Updated
Jul 13, 2020
Wiki platforms page
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
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.
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
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.
-
Updated
Jun 10, 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
Problem
As of now, when a user has to configure inbound emails, there are some settings related to this under the account settings page. This is confusing and does not really say anything more about each of the settings.
Solution
Required more documentation on guiding a user to configure this.
-
Updated
Jul 9, 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)
If it already is, it serves two masters (which isn't clear).
e.g. better documentation for self-signed certs
-
Updated
Jun 12, 2020 - Python
-
Updated
Jul 6, 2020 - JavaScript
On the basis of Review Russian documentation #1963
- Main
- Releases
- README
- Documentation Overview
- Configuration / Introduction
- Configuration / Dockerfile image
- Configuration / Stapel Image / Naming
- Configuration / Stapel Image / Base Image
- Configuration / Stapel Image / Docker direct
-
Updated
Jun 20, 2020 - Shell
Describe the bug
The Wiki describes install instructions for VVV, but these are manual instructions that would need to be redone on every new VM, and don't use the official way to install things
Expected behavior
Instructions on how to add a utility to config/config.yml that installs wordmove
https://varyingvagrantvagrants.org/docs/en-US/utilities/
Literally just cre
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
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
Jul 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 6, 2020 - Shell
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
Compose
Hi, can you write small example, how to use this image in docker-compose.yml?
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