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,535 public repositories matching this topic...
I need to put this as feature.
In your documentation for exim plugin, here:
https://docs.netdata.cloud/collectors/python.d.plugin/exim/
you wrote Configuration is not needed.
But, on WHM you need to do configuration because exim was called from netdata user. By default exim have set queue_list_requires_admin to True.
We need to reconfigure this on next way:
- Login to WHM
- Se
-
Updated
Feb 22, 2020 - Java
[Documentation] Adding precisely how to reference Kubernetes-CRD Middleware from other providers
Do you want to request a feature or report a bug?
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 22, 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 22, 2020
Task
Update projects in this repository to use Go 1.13
i.e. https://github.com/openfaas/faas/search?l=Dockerfile&q=%22%3A1.12%22
https://github.com/openfaas/faas/blob/master/.travis.yml#L5
https://github.com/openfaas/faas/search?l=Dockerfile&q=%22%3A1.11%22
Note: do not search and replace blindly, there are instances of alpine:3.11 which are completely unrelated. This task requ
-
Updated
Feb 22, 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
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):
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
-
Updated
Feb 22, 2020 - C#
The examples for vhost configs for server/location blocks on the README only provide settings, they don't seem to explain much about intended content/blocks.
- Are settings for server blocks only relevant?(LetsEncrypt companion seems to insert location blocks instead of using
_locationfile) - Adding location blocks in
example.com_locationwould be nested blocks presumably or only for sett
-
Updated
Feb 22, 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
-
Updated
Feb 20, 2020 - JavaScript
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? 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
Feb 22, 2020 - Go
-
Updated
Feb 22, 2020 - Dockerfile
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
laravel-horizon docs
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;