docker-compose
Here are 10,488 public repositories matching this topic...
When creating a new volume, and selecting "Use NFS Volume" we should provide a reminder to the users "ensure nfs-utils are installed on your hosts".
Also, in the mount point "suggestions" we have :/export/share and /export/share, however we should also show an example of :/share and
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
May 5, 2020 - Shell
I add __generated__ to .gitignore & defer folder creation to the CLI.
But kompose convert does not create the directory if it does not exist, which should be the expected behavior IMO.
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
Good morning,
I updated sentry 9.0 to 9.1.2, I checkedout sentry 9.1.2 and kept my data with "external: true" for data and postgre volumes:
volumes:
sentry-data:
#external: true
sentry-postgres:
#external: true
then I ran the README upgrade:
docker-compose build --pull # Build the services again after updating, and make sure we're up to date on patch version
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
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
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
-
Updated
Apr 28, 2020 - Shell
-
Updated
May 4, 2020 - Go
-
Updated
May 6, 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
Apr 28, 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:

I always use for previous version docker-compose
https://github.com/docker/compose/releases/tag/1.25.4
I not see it now...