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 50,838 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
Feb 29, 2020 - Java
Do you want to request a feature or report a bug?
Bug? See bellow
What did you do?
I'm moving my services from a Docker host to a Kubernetes host which includes Traefik as my edge router. The first half of the documentation on getting started in Kubernetes (The User Guide under 2.1: https://docs.trae
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
Feb 29, 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
Mastodon works correctly for a long time, without overflowing my disk.
Actual behaviour
In docker container directory, there is a JSON log file with the size of 14GB; there is no free disk space left, and Mastodon instance is unavailable. You have to delete this file manually from rescue console, and only after that will Mastodon instance become available again.
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
Feb 29, 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
Feb 29, 2020 - Go
Overview of the feature request
entity name should be in @RequestMapping in [entityName]Resource.java, in order to avoid code duplication of entity name in @GetMapping, @PostMapping, @PutMapping, @DeleteMapping etc.
@RestController
@RequestMapping("/api/[entityName]")
// ...
@GetMapping("/{id}")
// ...
@DeleteMapping("/{id}")
instead of
@RestController
@Re
Is your feature request related to a problem? Please describe.
After draining a node from the Host overview page, agent logs show errors because there is no longer an agent on the node for Portainer to talk to. In the log you may see this error error: failed to read /sys/bus/pci/deviceserror: failed to read /sys/bus/pci/devices
Describe the solution you'd like
Redirect to Cluster
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
Feb 29, 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
Feb 29, 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/Copy some properties of order.account to order itself. The full order.account can be queried using GraphQL, but not everyone dealing with orders will have permission to read it. Some fields are handy and need not be behind these strict permissions:
- The main thing order does not currently have is
firstName/lastName/namefrom the account. We have names with each address, but it is not
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
Feb 29, 2020 - Dockerfile
-
Updated
Feb 28, 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;