-
Updated
Mar 31, 2021 - Go
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 68,007 public repositories matching this topic...
-
Updated
Mar 29, 2021 - Java
-
Updated
Mar 31, 2021 - Go
Summary
We're starting up kong for integration tests for our custom plugins using the start_kong method implemented in spec/helpers.lua. We need to be able to set environment variables as our plugin is using some custom environment variables. Currently the only way through the start_kong method to set env vars is to prefix them with KONG_. I noticed that kong_exec, which start_kong calls ha
-
Updated
Dec 15, 2020 - Java
-
Updated
Mar 31, 2021 - Ruby
-
Updated
Mar 24, 2021 - Go
-
Updated
Mar 30, 2021 - Python
-
Updated
Mar 31, 2021 - Shell
-
Updated
Mar 15, 2021 - Go
-
Updated
Mar 14, 2021
-
Updated
Mar 24, 2021 - Go
-
Updated
Mar 31, 2021 - JavaScript
-
Updated
Mar 30, 2021 - JavaScript
In the application details view, we list the ports an application deployment is listening on, but there is no "quick launch" or even a "copy" button..
We should add a "copy" button next to the port to copy to clipboard.
-
Updated
Mar 30, 2021 - C#
-
Updated
Mar 31, 2021 - Go
-
Updated
Mar 23, 2021 - Python
-
Updated
Mar 30, 2021 - TypeScript
Just sharing
Install tools:
brew install geekbench
brew install w3m
Run benchmark, must have internet for Geekbench 5 tryout mode:
/Applications/Geekbench\ 5.app/Contents/Resources/geekbench5
Use w3m get result in terminal:
w3m -dump https://browser.geekbench.com/v5/cpu/5992961
One line can be:
w3m -dump $(/Applications/Geekbench\ 5.app/Conten
-
Updated
Mar 24, 2021 - Makefile
-
Updated
Mar 29, 2021 - JavaScript
https://github.com/verdaccio/monorepo/blob/9.x/core/types/index.d.ts defines
type AuthAccessCallback = (error: string | null, access: boolean) => void;
interface IPluginAuth<T> extends IPlugin<T> {
authenticate(user: string, password: string, cb: AuthCallback): void;
adduser?(user: string, password: string, cb: AuthCallback): void;
changePassword?(user: string, password: stri-
Updated
Mar 29, 2021 - Shell
-
Updated
Feb 4, 2021 - Go
https://leapgraph.com/graphql-api-security
This article mentions several add-on packages that Reaction may want to use. This issue is simply to investigate whether these vulnerabilities are present and try adding the packages to solve them.
Currently validating checksums requires lots of knowledge on the part of the caller. We should expose optional checksum validation in our existing validation functions e.g. IPv4.IsValid.
header.UDP and header.TCP don't currently have these functions; we should add them.
Created by Solomon Hykes
Released March 2013
- Organization
- docker
- Website
- www.docker.com
- Wikipedia
- Wikipedia



Feature idea summary
Cgroups plugin supports only proportional and max Block IO policies. We should support BFQ scheduler as well. Disk stats for the scheduler are in
blkio.bfq.io_service_bytesandblkio.bfq.io_servicedfiles.