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 51,208 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
Mar 9, 2020 - Java
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 9, 2020 - Java
Idea
Add a badge type of deployments to consume the deployment status from Drone CI
Use Case
We're using deployments more and more. The current badge status approach is limited to type build and a query for branch. Exposing a badge of deployment would allow endpoints to consume and present a visualization of status for deployment x.
Possible Approach
The interface
Expected behaviour
When I click the button "Show more" in a toot with a content warning, more content should be shown.
Actual behaviour
When I click the button "Show more" in a toot with a content warning, content is being hidden.
Steps to reproduce the problem
I was reading a thread of toots that all had content warnings. I had 'opened' some of the toots by clicking the
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
Documentation makes multiple references to "override" functionality:
https://docs.docker.com/compose/extends/
However the functionality referenced only implements the "append" aspect of "override" when dealing with array values.
The functionality should be named correctly to avoid frustration and confusion among developers.
"Merge" would be a good name.
-
Updated
Mar 9, 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
Mar 9, 2020 - Go
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):
What kind of request is this (question/bug/enhancement/feature request):
Bug
Steps to reproduce (least amount of steps as possible):
- create a namespace
- enable istio sidecar injection for the namespace
3, deploy a job
Result:
job status success results in an error and envoy container continues to run as sidecar to the job
Environment information
- Rancher versio
-
Updated
Mar 9, 2020 - C#
Currently Proxy usually used for deploying staging env. It's good practice to hide staging sites from google. There is special header for it: https://developers.google.com/search/reference/robots_meta_tag
X-Robots-Tag "noindex, nofollow"
Could we add optional ENV variable, that will switch indexing on\or for site? Now we setup ENV VIRTUAL_HOST, and that way we will just add ENV NOINDEX if
-
Updated
Mar 9, 2020 - JavaScript
When a container image tag is too long, it causes the fav and close icons to be shifted. Max width should be 120px - child span should be inline-block
in the installation tutorial ,specifically this section:
https://github.com/NVIDIA/nvidia-docker#ubuntu-16041804-debian-jessiestretchbuster
this works:
sudo apt-get update
sudo apt-get install -y nvidia-container-toolkit
but this doesn't work:
sudo apt-get update && sudo apt-get install -y nvidia-container-toolkit
reason:
Data from such a repository can't be authenticated
so maybe
Prerequisites
- Are you running the latest version?
- Are you able to consistently reproduce the issue?
- Did you search the issue queue for existing issue? Search issues
Issue Description
The Surcharge schema (SimpleSchema) in surcharges plugin doesn't have all fields. This is because we're running the validation
Hi, I'm Yevgeny Pats Founder of Fuzzit - Continuous fuzzing as a service platform.
We have a free plan for OSS and I would be happy to contribute a PR if that's interesting.
The PR will include the following
- go-fuzz fuzzers (This is generic step not-connected to fuzzit)
- Continuous Fuzzing of master branch which will generate new
-
Updated
Mar 9, 2020 - Dockerfile
-
Updated
Mar 9, 2020 - Go
in
If you want to use TLS using your own certificates, set tls-listener to :443, force-https, tls-cert=file and tls-private-key.
replace tls-cert=file with tls-cert-file
Expected behavior
online docs should show that portForward contains an array (just like "profile").
Actual behavior
Instead the docs show that portForward is a dict. It is missing the prefix "-" to show it is an array.
Information
- Skaffold version: 1.2.0
Info:
- Docker version (
$ docker --version): 18.03.1-ce, build 9ee9f40 - Laradock commit (
$ git rev-parse HEAD): 85c57a0 - System info (Mac, PC, Linux): Linux
- System info disto/version: Ubuntu 18.04 LTS
Issue:
No documentation to access running nodejs app in local machine browser
Expected behavior:
Created by Solomon Hykes
Released March 2013
- Organization
- docker
- Website
- www.docker.com
- Wikipedia
- Wikipedia


The
publishfilter looks to be filtering on the wrong values (and theTestPsListContainersFilterPortsis incorrect); see moby/moby#27557 (comment)Create some containers;