Skip to content
#

Docker

docker logo

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,838 public repositories matching this topic...

netdata

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

  • Updated Feb 29, 2020
  • Java
traefik
desktophero
desktophero commented May 3, 2018

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

penartur
penartur commented Dec 5, 2019

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.

docwhat
docwhat commented Aug 19, 2019

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

generator-jhipster
geyuqiu
geyuqiu commented Feb 20, 2020
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
itsconquest
itsconquest commented Nov 5, 2019

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

gregkeys
gregkeys commented Oct 25, 2019

What kind of request is this (question/bug/enhancement/feature request):
Bug

Steps to reproduce (least amount of steps as possible):

  1. create a namespace
  2. enable istio sidecar injection for the namespace
    3, deploy a job

Result:
job status success results in an error and envoy container continues to run as sidecar to the job

Environment information

  • Rancher versio
masterleinad
masterleinad commented Dec 6, 2019

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/
aldeed
aldeed commented Feb 4, 2020

Copy some properties of order.account to order itself. The full order.account can be queried using GraphQL, but not everyone dealing with orders will have permission to read it. Some fields are handy and need not be behind these strict permissions:

  • The main thing order does not currently have is firstName/lastName/name from the account. We have names with each address, but it is not
dendihandian
dendihandian commented Jul 23, 2018

Info:

  • Docker version ($ docker --version): 18.03.1-ce, build 9ee9f40
  • Laradock commit ($ git rev-parse HEAD): 85c57a0
  • System info (Mac, PC, Linux): Linux
  • System info disto/version: Ubuntu 18.04 LTS

Issue:

No documentation to access running nodejs app in local machine browser

Expected behavior:

Created by Solomon Hykes

Released March 2013

Organization
docker
Website
www.docker.com
Wikipedia
Wikipedia
You can’t perform that action at this time.