Skip to content

Commit

Permalink
Fix /var/run/docker.sock:/var/run/docker.sock in AWS run (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior authored Nov 9, 2022
1 parent c66edbb commit c99b44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ export TF_VAR_zone=europe-west2-b
##
docker pull biodatageeks/sequila-cloud-cli:latest
docker run --rm -it \
-v /var/run/docker.sock:/var/run/docker.sock \
-e TF_VAR_project_name=${TF_VAR_project_name} \
-e TF_VAR_region=${TF_VAR_region} \
-e TF_VAR_zone=${TF_VAR_zone} \
Expand Down Expand Up @@ -139,6 +138,7 @@ terraform init
```bash
docker pull biodatageeks/sequila-cloud-cli:latest
docker run --rm -it \
/var/run/docker.sock:/var/run/docker.sock \
-e TF_VAR_pysequila_version=${TF_VAR_pysequila_version} \
-e TF_VAR_sequila_version=${TF_VAR_sequila_version} \
-e TF_VAR_pysequila_image_eks=${TF_VAR_pysequila_image_eks} \
Expand Down

0 comments on commit c99b44f

Please sign in to comment.