This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/docs/reference/universe
Tom Chauveau 020c458921 Add project management in compose.#App definition
I found an issue when during tests execution : there was orphan.
It's because #App doesn't give way to specify the compose project,
by default it's the directory where you launch your app but in our
definition, it will always be source.

The problem is that if we launch two differents docker-compose in the same
server, his project name will be source for both and it will create
orphans problems on cleanup (by docker-compose down).

This case is exactly what we do in tests so I've add the field name
to specify the projet name and avoid that issue.

Signed-off-by: Tom Chauveau <tom.chauveau@epitech.eu>
2021-06-26 16:07:14 +02:00
..
aws stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
dagger stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
docker Add project management in compose.#App definition 2021-06-26 16:07:14 +02:00
gcp stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
js stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
kubernetes stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
_category_.json docs: add make universe 2021-06-08 18:29:02 -07:00
alpine.md stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
file.md docs: make universe 2021-06-08 18:29:02 -07:00
git.md stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
go.md stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
io.md stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
netlify.md stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
os.md stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
random.md stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00
README.md Simplify tests 2021-06-25 17:16:11 +02:00
terraform.md stdlib: move all imports to alpha.dagger.io 2021-06-25 10:31:22 +00:00

Index

  • alpine - Base package for Alpine Linux
  • aws - AWS base package
  • aws/cloudformation - AWS CloudFormation
  • aws/ecr - Amazon Elastic Container Registry (ECR)
  • aws/ecs - AWS Elastic Container Service (ECS)
  • aws/eks - AWS Elastic Kubernetes Service (EKS)
  • aws/elb - AWS Elastic Load Balancer (ELBv2)
  • aws/rds - AWS Relational Database Service (RDS)
  • aws/s3 - AWS Simple Storage Service
  • dagger - Dagger core types
  • dagger/op - op: low-level operations for Dagger processing pipelines
  • docker - Docker container operations
  • docker/compose - Docker-compose operations
  • gcp - Google Cloud Platform
  • gcp/gcr - Google Container Registry
  • gcp/gke - Google Kubernetes Engine
  • git - Git operations
  • go - Go build operations
  • io - IO operations
  • js/yarn - Yarn is a package manager for Javascript applications
  • kubernetes - Kubernetes client operations
  • kubernetes/helm - Helm package manager
  • kubernetes/kustomize - Kustomize config management
  • netlify - Netlify client operations
  • os - OS operations
  • random - Random generation utilities
  • terraform - Terraform operations