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 49,624 public repositories matching this topic...
Bug report summary
After yesterday's incident, that we come to realise approved and merged code was corrupting the registry APIs, we prioritised the introduction of validations for the registry API on our CI, to block faulty PRs from going into our master branch
OS / Environment
Any
Netdata version (ouput of netdata -V)
Latest
Component
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
-
Updated
Jan 29, 2020 - Java
Do you want to request a feature or report a bug?
Summary
Currently Kong supports writing configuration in a file, in YAML or JSON.
To provide a more flexible configuration, especially for those running Kong in different environments (dev, staging, production), an option to write configuration in lua can be very useful.
Additional Details
There are many use-cases that come to mind:
- Using environment variables inside the d
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
-
Updated
Jan 29, 2020 - Java
the SSE feed should cache repository permissions to reduce database lookups. There are no documented issues of this being a problem, but this sort of performance improvements seems like low hanging fruit.
this is technically fine but could be improved
on my inspection i see app/serializers/activitypub/image_serializer.rb which defines ActivityPub::ImageSerializer and sets type to Image
but within app/serializers/activitypub/note_serializer.rb i see Medi
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
It would be really helpful if dive could provide more insight into its classification of wasted/inefficient space. I have images that dive claims have 250Mb of wasted space and Id love if dive could tell me why it thinks the space is wasted (the files and/or source layers and their respective sizes).
multi-stage builds
as multi-stage builds is a thing now (and a useful thing) it is a good idea to provide a sample example (maybe just link)
https://docs.docker.com/engine/userguide/eng-image/multistage-build/
:whale: A curated list of Docker resources and projects
-
Updated
Jan 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
Learn and understand Docker technologies, with real DevOps practice!
-
Updated
Jan 29, 2020 - Go
Overview of the feature request
Have a new needle in the server subgenerator for adding new log level configuration.
Motivation for or Use Case
hipster-labs/generator-jhipster-entity-audit#62 is a good example for the need.
Related issues or PR
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/enhan
Is there a reference somewhere of how all of the components included hang together, how each of them is structured internally and how they communicate to each other - UML or any other sort of diagrammed/detailed description?
I have it deployed fine, it all works as far as that part goes, but it would be much easier to get into the detail by following some documentation than to figure it all o
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
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
-
Updated
Jan 29, 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
I have a angular 4 project which i'm working from last 2 years and as I didn't had any new package to add, I didn't ran npm install for almost an year. Few days back I needed a package to install and hence did npm install defining it in package.json file, after which my AOT build started giving some problem. Then I changed my typescript package from ~2.2.2 to ~2.8.0 after that it worked but it's t
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/The accounts query includes the field shopId twice with different description:
https://github.com/reactioncommerce/reaction/blob/8ed0165a7ab2c07ddfa394317d12c34ca57c37ee/src/core-services/account/schemas/account.graphql#L444
https://github.com/reactioncommerce/reaction/blob/8ed0165a7ab2c07ddfa394317d12c34ca57c37ee/src/core-services/account/schemas/account.graphql#L447
Versions
la
This issue is to support the following netdevice ioctls.
SIOCGIFMAP
SIOCGIFTXQLEN
SIOCGIFDSTADDR
SIOCGIFBRDADDR
Exec menu option
I'd like to make a request for an exec option in the menu for each container:
The most frequent command I need to perform on a container after start and stop is exec. Executing a command in a container (e.g. a nslookup a hostname, cat a file, get a ps listing) is an ess
Various Dockerfiles I use on the desktop and on servers.
-
Updated
Jan 29, 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
Sample app deployed to GKE cluster
Actual behavior
1.FATA[0011] reading manifests: kubectl create: Running [kubectl --context create --dry-run -oyaml -f k8s-pod.yaml]: stdout , stderr: Unable to connect to the server: net/ht
Info:
- Docker version (
$ docker --version): version 18.09.7, build 2d0083d - Laradock commit (
$ git rev-parse HEAD): 11c59aebe7d5b316f5c5b8fdfe38849d2b248700 - System info (Mac, PC, Linux): Linux
- System info disto/version: 18.04.1-Ubuntu
Issue:
I followed steps mentioned here https://laradock.io/documentation/#install-supervisor to install supervisor inside workspace service

The
publishfilter looks to be filtering on the wrong values (and theTestPsListContainersFilterPortsis incorrect); see moby/moby#27557 (comment)Create some containers;