docker-compose
Here are 10,167 public repositories matching this topic...
Is your feature request related to a problem? Please describe.
The drop down list for adding/editing volumes on the add/edit container page doesn't have a logical order.
Describe the solution you'd like
A simple alphabetical order would make things easier.
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
Hi,
I tried to enable the tls via default utility on free feature, but wasn't successful. Could you create a simple tutorial for this?
Which lab is it that you're having issues with?
Lab: Docker for Java Developers
Description
When deploying Java applications in production one usually specifies the amount of memory available to the JVM (-Xmx) and other assorted configuration settings. Unfortunately, this is (usually) static configuration and therefore fixed in the container image. When specifying memory constraints
-
Updated
Apr 8, 2020 - Shell
Hey guys, I'm new to kompose and trying to set up the example project using the docker-compose.yaml file provided in the getting started page.
version: "3"
services:
redis-master:
image: k8s.gcr.io/redis:e2e
ports:
- "6379"
redis-slave:
image: gcr.io/google_samples/gb-redisslave:v1
ports:
- "6379"
environment:
- GET_HOSTS_FROM=d
docker-compose files which contain container_name are not supported and the creation of DockerComposeContainer fails due to IllegalStateException. This has been introduced in #1151 as a quick fix for unintuitive feedback. If I understand correctly, the option of an implementation was however not discarded, but postponed. This issue is now about the implementation.
-
Updated
Feb 17, 2020
-
Updated
Jul 3, 2019 - Python
Right now, there is no way around, that sync can stop. Period :)
There are different reasons for that and we can only try to "work arround" or mitigate the impact of one, the other is d4m related and we cannot do anything about it.
Scenarios where this happens ( more often ):
- npm / webpack / gulp based projects where during watch / rebuild a lot of files are removed and created -> **we c
About configuring VSCode to interpret php
Hello my friend
Can you help me how to configure VSCode to interpret php
I need to point docker php to VSCode
It is possible ? Can you help me
-
Updated
Apr 17, 2020
Hi !
I believe the SENTRY_WEB_HOST in sentry.conf.py does not behave exactly like I thought it would.
As I want to have sentry accessible only through my nginx, I chose to bind on 127.1. However, as it runs in a docker container, it makes the web interface not accessible even on localhost.
What I had to do is to bind to 0.0.0.0 and edit the docker-compose.yml:140 to tell docker to
Docker Bulid 安装依赖失败问题The command '/bin/sh -c pip3 install --upgrade pip' returned a non-zero code: 1
错误信息:
Step 10/16 : RUN pip3 install --upgrade pip
---> Running in 83716c526776
Collecting pip
Downloading https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl (1.3MB)
Installing collected packages: pip
Found existing installation: pip 10.0.1
Uninstalling pip-10.0.1:
Successfully uninstalled
Error in glances.
I'm running the the latest version of this container (glances) and I get this error:
`Exception in thread Thread-29:,
Traceback (most recent call last):,
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner,
self.run(),
File "/usr/local/lib/python2.7/dist-packages/glances/plugins/glances_docker.py", line 656, in run,
for i in self._stats_stream:,
File
With 1.8 we will have a fully working kubernetes based deployment of mailu and a helm chart. Helm 3 is out, so the helm chart can fully replace the current static k8s examples (static k8s files can be created with helm3 at client side without special requirements to the kubernetes cluster and even without running kubernetes).
I'd like to modify the documentation:
- replace existing kubernetes
-
Updated
Apr 6, 2020 - Shell
-
Updated
Apr 17, 2020 - Python
Tutorial assumes Europe. (https://github.com/Artemmkin/infrastructure-as-code-tutorial/blob/master/docs/01-prerequisites.md)
Set a default compute region:
$ gcloud config set compute/region europe-west1
Set a default compute zone:
$ gcloud config set compute/zone europe-west1-b
Recommend pointing student to https://cloud.google.com/compute/docs/regions-zones
-
Updated
Mar 30, 2020 - Go
It would be nice to have a healthcheck without writing YAML file.
I'm starting minio service, and it has 2 routes k8s style Liveness and Readiness. More here https://docs.min.io/docs/minio-monitoring-guide.html
Is it make any sense to implement such a feature?
-
Updated
Feb 14, 2020 - JavaScript
-
Updated
Oct 18, 2019
According to the current README.md the following command should append the new host to the /etc/hosts file although the following error happens:
$ sudo echo $(docker network inspect bridge | grep Gateway | grep -o -E '([0-9]{1,3}\.){3}[0-9]{1,3}') "symfony.local" >> /etc/hosts
bash: /etc/hosts: Permission denied-
Updated
Mar 19, 2020 - Java
When I filter logs by clicking the "enter" key - nothing happens, it works only if I click on the magnifying glass icon:
![](https://4.downloader.disk.yandex.ru/disk/27da9a457d3f74cb16c3b0634e2c46b7f2f75525c59eadf7e4067ff9604a88f3/5a343cd2/2_xHWF97CSgWQOsdk2Zv3_turDwoDKx6AogG3I38z1uoHXf_dbqCj1cMjmqp25zlrhAX0wE75PRpcWCX-AoVUA%3D%3D?uid=0&filename=2017-12-15_20-17-49.png&disposition=inline&hash=&li
Improve this page
Add a description, image, and links to the docker-compose topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the docker-compose topic, visit your repo's landing page and select "manage topics."
Description of the issue
docker-compose can and probably should install the recommended cli completions when it is installed on a machine, or at least provide an option to do so. This will ensure that the completions are updated whenever docker-compose is installed or updated, as well as being available as soon as installation is finished.