-
Updated
Jun 21, 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 71,394 public repositories matching this topic...
-
Updated
Jun 21, 2021 - Java
-
Updated
Jun 21, 2021 - Go
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
Jun 14, 2021 - Java
-
Updated
Jun 20, 2021 - Ruby
-
Updated
Jun 17, 2021 - Go
-
Updated
Jun 19, 2021 - Python
-
Updated
Jun 14, 2021 - Shell
-
Updated
Jun 4, 2021 - JavaScript
-
Updated
May 26, 2021
-
Updated
Jun 15, 2021 - Go
-
Updated
Jun 12, 2021 - Go
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
Jun 21, 2021 - JavaScript
-
Updated
Jun 18, 2021 - C#
-
Updated
Jun 21, 2021 - Go
-
Updated
Jun 21, 2021 - TypeScript
-
Updated
Jun 20, 2021 - Python
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
Jun 14, 2021 - Makefile
-
Updated
Jun 11, 2021 - JavaScript
Describe the bug
I've built the verdaccio/verdaccio:local
local image (Windows 10 latest, Docker Desktop) but cannot build the v4/5 reverse_proxy
docker-examples.
To Reproduce
-
cd verdaccio && pnpm docker
-
cd verdaccio\docker-examples\v4\reverse_proxy\nginx\relative_path\
OR
cd verdaccio\docker-examples\v5\reverse_proxy\nginx_relative\
-
docker-compose up
-
Updated
Jun 13, 2021 - Go
-
Updated
Jun 16, 2021 - Shell
-
Updated
Jun 20, 2021 - Shell
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_bytes
andblkio.bfq.io_serviced
files.