Difference between revisions of "Args:"

From wikieduonline
Jump to navigation Jump to search
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
+
{{lc}}
  
  
Line 5: Line 5:
 
  services:
 
  services:
 
   webapp:
 
   webapp:
     build:
+
     [[build:]]
 
       context: ./dir
 
       context: ./dir
 
       dockerfile: Dockerfile-alternate
 
       dockerfile: Dockerfile-alternate
Line 12: Line 12:
  
  
 +
{{kind config}}
 +
 +
== See also ==
 +
* {{docker-compose}}
  
{{docker-compose}}
+
[[Category:Docker]]

Latest revision as of 14:12, 12 December 2022


version: "3.9"
services:
  webapp:
    build:
      context: ./dir
      dockerfile: Dockerfile-alternate
      args:
        buildno: 1


 kind: Config
 preferences: {}
 users:
 - name: arn:aws:eks:us-east-2:123456:cluster/education-eks-Ry318DCv
  [[user:]]
    exec:
      apiVersion: client.authentication.k8s.io/v1alpha1
      args:
      - --region
      - us-east-2
      - eks
      - get-token
      - --cluster-name
      - education-eks-Ry318DCv
      command: aws
      env:
      - name: AWS_PROFILE
        value: your_aws_profile

See also[edit]

Advertising: