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

stevvooe
stevvooe commented Jun 29, 2016

Currently, the output of docker info and the Daemon struct have an identifier set with the trustKey. Since this isn't really used, we should probably set this to the actual cryptographic node identity when the daemon changes to swarm mode.

This will ensure that we have a really node identity associated with an engine and ensure that it is available to users.

See docker/swarmkit#1075

cc @d

netdata
magao
magao commented Sep 22, 2017

The command necessary to run a plugin may not be on the path, or you may want to override the default (e.g. use python3 in preference to python, or possibly pypy).

I would suggest another option for each plugin:

[plugin:python.d]
	# command =

which gets passed to the plugin somehow. Don't really want to change the command line, so maybe set an environment variable. If non

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

  • Updated Jan 3, 2020
  • Java
traefik
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

alexellis
alexellis commented Sep 26, 2017

Research into debugging deployed functions remotely.

Idea - if a function container image contains additional tools and exposes an additional port then breakpoints can be set and hit and a remote debugger can be attached.

Workflow - configure metadata - build image, deploy function, open VSCode and attach to remote debugger. Hit breakpoint inspect values etc and disconnect.

Initial langua

generator-jhipster
deviantony
deviantony commented Jul 15, 2016

Add a CLI preview in creation forms to display the Docker CLI command that would be created based on form parameters.

E.g. when creating a container with the following fields:

  • Name: web
  • image: nginx

The preview would output:

docker run --name web nginx:latest
fgeorgatos
fgeorgatos commented Mar 30, 2019

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

bug: unexpected container crash (i.e. a heavy slowdown)

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

add catalog https://swissdatasciencecenter.github.io/helm-charts/

Result:

DoS, with this log visible:

2019/03/30 00:16:03 [ERROR] CatalogController renku-helm-charts [catalog] fail
vfulco
vfulco commented Nov 8, 2015

New at the docker port mapping and https concepts and grubbing around like a blind truffle pig at the solution for this. Think I am co-mingling theories too.

I was under the general impression that nginx acting as the reverse proxy should be where SSL termination occurs? The creator of this code, many on the github issues discussion and elsewhere are talking of additional certs at the container

rymorgan
rymorgan commented Sep 29, 2017

This issue is mostly a placeholder for more discussion to our approach on statuses w/in the orders admin.

The goal here is to decide what the statuses are and what they specifically mean. Do we have both a payment status and a fulfillment status? What are those statuses and what are there specific definitions? Also, remove approved as a status and workflow step.

See comments and discussion

UIX

Created by Solomon Hykes

Released March 2013

Organization
docker
Website
www.docker.com
Wikipedia
Wikipedia

Related Topics

jhipster database composer
You can’t perform that action at this time.