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 56,138 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
Jun 11, 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
Summary
Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in lua
can be very useful.
Additional Details
There are many use-cases that come to mind:
- Using environment variables inside the d
-
Updated
May 5, 2020 - Java
The docs for "unreblog" in https://docs.joinmastodon.org/methods/statuses/ don't specify which user is authorised to unreblog a status, nor the result of doing so.
In practice, I think this is restricted to the person who reblogged it (and not, for example, the person who posted the status being reblogged).
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.
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
I always use for previous version docker-compose
Alternatively, you can use the usual commands to install or upgrade Compose:
curl -L https://github.com/docker/compose/releases/download/1.25.4/docker-compose-`uname -s`-`uname -m` -o /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose
https://github.com/docker/compose/releases/tag/1.25.4
I not see it now...
-
Updated
May 30, 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
Jun 5, 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/enhan
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.
Hi,
I had a rough time to get IPv6 working with the actual ip addresses of the clients and not the docker host IPv4 (yes, 4) address. The purpose of this issue is:
a) someone with more docker knowledge should check if I have done things right
b) Jason, I kindly ask you to add this to the documentation page of your nginx-proxy repository even if this is not fully nginx-proxy related but as you
-
Updated
Jun 7, 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
- ...
- ...
1. Issue or feature description
Documentation on the use of --gpus
flag at https://github.com/NVIDIA/nvidia-docker/wiki#i-have-multiple-gpu-devices-how-can-i-isolate-them-between-my-containers does not quote the parameters, resulting in an error:
docker: Error response from daemon: cannot set both Count and DeviceIDs on device request.
Documentation specifies:
`$ docker run --gpu
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,
-
Updated
Jun 12, 2020 - Makefile
Some documentation could be improved by adding some options to runsc spec
to allow users to specify the command and some other common OCI options. This could also improve the getting started experience for folks who are kicking the tires with runsc.
I'm thinking of the following options:
- Option to specify the command
- Option to specify working directory
- Option to specify network names
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
Jun 11, 2020 - Dockerfile
Hi, I just upgraded at the latest version and having issues during the new "Waiting for deployments to stabilize" stage. It seems that Skaffold is trying to get infos about resources outside the user's namespace, but I'm not sure. Anyway, it worked perfectly before, with Skaffold v1.5.0.
The only way to make it to work with 1.6.0 version, is turning off the status-check with `--status-check=f
-
Updated
May 17, 2020 - Go
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.