Docker

Docker is software that provides containers, which allows teams to emulate development environments. Docker began as an internal project, initially developed by dotCloud engineers.
Here are 52,431 public repositories matching this topic...
Netdata is not working with MySQL, only MariaDB. This is because this command SHOW USER_STATISTICS in this file only works in MariaDB.
Problem code is https://github.com/netdata/netdata/blob/bfae683664b488df91940a81760459db2b18983c/collectors/python.d.plugin/mysql/mysql.chart.py
My install is http://walkercodetutorials.codes:19999
-
Updated
Apr 5, 2020 - Java
Do you want to request a feature or report a bug?
Documentation improvement
In digestAuth documentation, Kubernetes section does not contain any useful example explaining how to put credentials into a file. The given example is same as users(using base
Can anyone please help me out. I'm getting error while generating KONG client credentials on HTTP port 8000.
{ "error_description": "You must use HTTPS", "error": "access_denied" }
I have added trusted_ips = 0.0.0.0/0,::/0 in kong.conf also, but it didn't work.
-
Updated
Mar 31, 2020 - Java
the SSE feed should cache repository permissions to reduce database lookups. There are no documented issues of this being a problem, but this sort of performance improvements seems like low hanging fruit.
100% of my pending accounts with HTML or links in the application message are spam.
Maybe we could use this as a mean to reduce spam registrations?
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
Description of the issue
docker-compose can and probably should install the recommended cli completions when it is installed on a machine, or at least provide an option to do so. This will ensure that the completions are updated whenever docker-compose is installed or updated, as well as being available as soon as installation is finished.
-
Updated
Apr 1, 2020
Move all Dockerfile samples to non-root user
Expected Behaviour
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Current Behaviour
-
Updated
Apr 4, 2020 - Go
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.
What kind of request is this (question/bug/enhancement/feature request):
Documentation update/enhancement
Other details that may be helpful:
The documentation for recurring snapshots does not include information about including a custom ca option you can use in the s3backupconfg. It w
Currently when adding an item to your cart, it only updates the cart counter graphic for that browser instance, not all connected clients. Using SignalR it should be relatively straightforward to update the cart counter on all connected clients.
Description:
Setting an /etc/nginx/vhost.d/{VIRTUAL_HOST}_location
or default_location
config overwrites the location{}
block with the effect of disabling HSTS.
Steps to reproduce:
-
Create a location config file per vhost or a
default_location
, mine looks as follows:add_header Referrer-Policy "no-referrer";
-
restart nginx-proxy
-
check that HSTS is disabled
-
Updated
Apr 1, 2020 - JavaScript
Expected behavior
A cancel button, or clicking on some thing in the left side bar (the word containers)
Actual behavior
You appear stuck until you find the magic behavior link
Information about the Issue
Steps to reproduce the behavior
- ...
- ...
The steps for updating the repository keys for RHEL-based distributions in https://nvidia.github.io/nvidia-docker/ should read:
$ DIST=$(sed -n 's/releasever=//p' /etc/yum.conf)
$ DIST=${DIST:-$(. /etc/os-release; echo $VERSION_ID)}
$ sudo rpm -e gpg-pubkey-f796ecb0
$ sudo gpg --homedir /var/lib/yum/repos/$(uname -m)/$DIST/*/gpgdir --delete-key f796ecb0
$ sudo gpg --homedir /var/lib/
Prerequisites
- Are you running the latest version?
- Are you able to consistently reproduce the issue?
- Did you search the issue queue for existing issue?
Issue Description
The description
field is missing in the input schema when you are creating a shop. It's defined in the graphql schema but not in the validation schema. So, if you create a shop with description,
the rule for type field in mount is strange. If option is bind, then type is optional. In runsc today type is required.
type (string, OPTIONAL) The type of the filesystem to be mounted.
Linux: filesystem types
Add a WebUI?
As this was last asked in 2017 (the answer then was "No current plans but 'yudai/gotty' sort of works") I felt it might be the right time to ask again.
In the modern age of container usage, we often don't want to SSH to our box to do a health check. While apps like Glances give a good overview of the host as a whole, nothing I've found breaks everything down as nicely as ctop which is my go-to
-
Updated
Apr 4, 2020 - Dockerfile
-
Updated
Apr 4, 2020 - Go
Expected behavior
Before Skaffold supported parallel local builds, we used profiles for that matter, building profiles concurrently.
That allows us to stream build log for each profile (one profile per image) to file named like {LOGS_DIR}/build/{PROFILE_NAME}.log
.
Info:
- Docker version (
$ docker --version
): version 18.09.7, build 2d0083d - Laradock commit (
$ git rev-parse HEAD
): 11c59aebe7d5b316f5c5b8fdfe38849d2b248700 - System info (Mac, PC, Linux): Linux
- System info disto/version: 18.04.1-Ubuntu
Issue:
I followed steps mentioned here https://laradock.io/documentation/#install-supervisor to install supervisor inside workspace service
Created by Solomon Hykes
Released March 2013
- Organization
- docker
- Website
- www.docker.com
- Wikipedia
- Wikipedia
Description
According to commit moby/moby@32915b1, we can no longer build
binary-client
by running./hack/make.sh binary-client
.The document could be updated.