Nicolas De loof

Results 115 issues of Nicolas De loof

Comments in .env files must be preceded by a space character godotenv [looking for comments delimiter](https://github.com/joho/godotenv/blob/master/godotenv.go#L231) must check previous character is a blanck one see https://github.com/theskumar/python-dotenv/blob/master/tests/test_parser.py#L20-L23 as an explicit test...

**What this PR does / why we need it**: Introduce a new sub-section `development` to collect developer workflow and how a Compose Implementation can hook into developer inner-loop to make...

**What is the problem you're trying to solve** Specification make reference to "project_name" which is specific to docker-compose implementation. **Describe the solution you'd like** Specification should define what a "project"...

**What is the problem you're trying to solve** Legacy [docker-compose documentation](https://docs.docker.com/compose/compose-file/compose-file-v3/#long-syntax-3) says > When creating bind mounts, using the long syntax requires the referenced folder to be created beforehand. Using...

**What is the problem you're trying to solve** According to the compose specification: > `security_opt` overrides the default labeling scheme for each container. but actually, even this is not documented...

**What is the problem you're trying to solve** Compose spec introduced `profiles` as a way to make some services optional, but we still miss ability to define an "abstract" service...

Proposal 💡

**What is the problem you're trying to solve** docker-compose used to accept `x:y:y:host-port:published-port` syntax for port mapping with ipV6 addresses. It's legitimate to support this for backward compatibility, but still...

**What is the problem you're trying to solve** Kubernetes is a major target for compose specification, so we should establish canonical mapping for compose elements **Describe the solution you'd like**...

help wanted

**What is the problem you're trying to solve** Docker secret use a simple model to map the content of a secret as plain text to a file under `/run/secrets`. Both...

Proposal 💡

**What is the problem you're trying to solve** Whenever some of the compose attributes only make sense when containers are grouped on a single host, sharing namespaces, many others focus...