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,758 public repositories matching this topic...
During the big overhaul of installation docs (#7841), @Ferroin pointed out some issues with these two documents. Let's use this issue to categorize other potential issues, outline a new structure for each (if needed), and get them cleaned up based on improvements/changes from the SRE team.
Austin's comments below:
UPDATE.md
Netdata versions older than `v1.12.0-rc2-52` had a `netda
-
Updated
Feb 1, 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
-
Updated
Feb 1, 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.
Pitch
The frontend should show the number of pending reports/accounts somewhere, probably as a badge in the settings.
Motivation
As a moderator, besides the email notifications (which I find spammy), there's no way to tell if there are open reports besides navigating to the reports page in the settings. I would like a way to check if there are any reports while browsing Mastodon n
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
Description of the issue
Ending slash in container path volume handling is buggy when merging configs and duplicate mountpoings paths since 1.24.1.
Context information (for bug reports)
Output of docker-compose version
>= 1.24.1
Consider those two configs:
version: "3.7"
services:
test:
image: ubuntu
volumes:
- prod:/prod
volumemulti-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/
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
-
Updated
Feb 1, 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
Bug description
Don´t show table correctly
Expected behavior
A Table view normal
Steps to reproduce the issue:
Crreate a container with large ENV variable
Technical details:
- Portainer version: 1.21.0
- Docker version (managed by Portainer): 18.09.3
- Platform (windows/linux): linux
- Command used to start Portainer (
docker run -p 9000:9000 portainer/portainer):
**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
-
Updated
Feb 1, 2020 - JavaScript
Expected behavior
I'd expect the left panel to be resizable in terms of width.
Actual behavior
Right now I can't see my containers name in full because those get abbreviated because the panel on the left is too narrow. The width is fixed now.
Information about the Issue
Steps to reproduce the behavior
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/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
-
Updated
Feb 1, 2020 - Dockerfile
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
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
Actual behavior
Running skaffold dev with a kustomization.yaml file containing the patches: field to target multiple objects (https://github.com/kubernetes-sigs/kustomize/blob/master/docs/plugins/builtins.md#field-name-patches) fails with:
FATA[0000] watching files for deployer: listing files: listing files: yaml: unmarshal errors:
line xx: cannot unmarshal !!map into string
`
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;