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.
-
- Sign up for GitHub or sign in to edit this page
- Created by Solomon Hykes
- Released March 2013
Here are 45,675 public repositories matching this topic...
@cakrit I just got the following response:
Thanks for getting in touch about this. Unfortunately, I'm afraid that the issue is due to the fact that app incoming webhooks cannot be overridden to send to specific channels.
For this use case where you need to be able to send messages to different channels, it would be better not to use an app incoming webhook because those are restricted
Do you want to request a feature or report a bug?
Bug
Did you try using a 1.7.x configuration for th
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.
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
Updated
Oct 11, 2019 - 295 commits
- Java
Drone is a Container-Native, Continuous Delivery Platform
-
Updated
Oct 11, 2019 - 3 commits
- Go
Use inert polyfill
Since tootsuite/mastodon#4405 we are using the inert attribute for accessibility reasons in the modals. However, this is currently only supported in Google Chrome.
There are two polyfills which we can use:
- The official one from WICG - may incur a performance penalty
- [The Google one](https://github.com/GoogleChrome/inert-polyfil
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
-
Updated
Oct 11, 2019 - 161 commits
- Java
On https://docs.docker.com/compose/compose-file/#restart it says:
no is the default restart policy, and it does not restart a container under any circumstance. When always is specified, the container always restarts. The on-failure policy restarts a container if the exit code indicates an on-failure error.
After reading this I have no idea what "restart" does. I've seen a lot of times peop
A tool for exploring each layer in a docker image
-
Updated
Oct 10, 2019 - 309 commits
- Go
:whale: A curated list of Docker resources and projects
-
Updated
Oct 11, 2019 - 2 commits
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
Learn and understand Docker technologies, with real DevOps practice!
-
Updated
Oct 11, 2019 - 1 commits
- Go
Overview of the feature request
We should add the spring no-http plugin to make sure we (and our users) do not use http repositories by accident in maven or gradle builds. If it works well we can extend the use to e.g. production code.
I will take care of it. It worked pretty well for gradle but there were some problems with the maven checkstyle integration.
**Motivation f
Is your feature request related to a problem? Please describe.
I'd like to create templated swarm configs with Portainer.
This feature is available since docker 18.03.
By using templated config, we can include content from swarm secrets in swarm configs. This could be useful to me for Kibana and Logstash configs, which have to contain Elasticsearch password.
**Describe the solution you'd
What kind of request is this (question/bug/enhancement/feature request):
enhancement
Details
The documentation isn't clear on how to setup log rotation when the audit logs are set to stdout as it's destination on the sidecar.
https://rancher.com/docs/rancher/v2.x/en/installation/ha/helm-rancher/chart-options/#api-audit-log
The customer would like for it to clarify that stdout
Automated nginx proxy for Docker containers using docker-gen
-
Updated
Oct 11, 2019 - 569 commits
- Python
Easy to get started sample reference microservice and container based application. Cross-platform on Linux and Windows Docker Containers, powered by .NET Core 2.2, Docker engine and optionally Azure, Kubernetes or Service Fabric. Supports Visual Studio, VS for Mac and CLI based environments with Docker CLI, dotnet CLI, VS Code or any other code editor.
-
Updated
Oct 11, 2019 - 3 commits
- C#
Expected behavior
During "Starting Docker VM", the progress is visualized in a circle. When the percentage changes from 60 to 61, the percentage character should stay in place, to avoid any flickering appearance. Same for the 6, which also didn't change.
Actual behavior
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
-
Updated
Oct 11, 2019 - 337 commits
- JavaScript
:tada: An Angular Starter kit featuring Angular (Router, Http, Forms, Services, Tests, E2E, Dev/Prod, HMR, Async/Lazy Routes, AoT via ngc), Karma, Protractor, Jasmine, Istanbul, TypeScript, TsLint, Codelyzer, Hot Module Replacement, @types, and Webpack
-
Updated
Oct 10, 2019 - 1 commits
- JavaScript
The problem as far as I understand is that libfoo.so's only knowledge about libcuda.so is its SONAME, which is libcuda.so.1, so a binary wanting to link in libfoo.so needs to know who to find libcuda.so.1 in order to verify the available symbols. Generally, ld's suggestion is to use -rpath-link to provide the path to the library, but the nvidia docker repository doesn't come with the symlink to li
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.
This issue is to support the following netdevice ioctls.
SIOCGIFMAP
SIOCGIFTXQLEN
SIOCGIFDSTADDR
SIOCGIFBRDADDR
Various Dockerfiles I use on the desktop and on servers.
-
Updated
Oct 10, 2019 - 1 commits
- Dockerfile
Top-like interface for container metrics
-
Updated
Oct 10, 2019 - 439 commits
- Go
My Other Account @midascodebreaker has a guide before here for Digital Ocean
Sadly the link is Down even in the Laradock Official Documentation
So To Update it...
More Or Less If You Want to Add Some Functionalies to Your Terminal Commands
Using OH MY ZSH , and if you are windows User that wanted to make your Terminal Beautiful
Then You may Copy all my Config and Follow this Guide...
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
-
Updated
Oct 10, 2019 - 706 commits
- PHP
Learn about docker
- Organization
- docker
- Website
- www.docker.com
- Wikipedia
- Wikipedia



The SDK is very unfriendly for beginners.
Apart from the fact every program imports
docker/docker(includingdocker-ceandkubernetes) and that redirects tomoby/mobyon the website, the default version you get from go isv1.13.1and people just seem to import specific commits. The releases can not be seen onmoby/mobybut can be found ondocker/enginehowever you can not import s