Skip to content

Comments

docs: adds documentation on how to setup Docker on OSX using Minikube#2

Open
gabeobrien wants to merge 3 commits intomainfrom
docker-desktop-replacement
Open

docs: adds documentation on how to setup Docker on OSX using Minikube#2
gabeobrien wants to merge 3 commits intomainfrom
docker-desktop-replacement

Conversation

@gabeobrien
Copy link
Collaborator

Adds documentation on how to setup Docker on OSX using Minikube

Copy link
Contributor

@ipcrm ipcrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gabeobrien When I get to the k8s provision step I don't know what to use?

docker-compose run detc k8 {{ K8-CLUSTER-ACRONYM }} kubectl apply --deployment-path=/deploys/voteapp/vote.yml

It doesn't look like there is a dedicated TF folder for minikube?

@gabeobrien
Copy link
Collaborator Author

gabeobrien commented Nov 5, 2021

@ipcrm The /deploy folder should be mounted into the running docker container.

from docker-compose.yml file:

    volumes:
      - ./:/root
      - ./terraform:/terraform
      - ./lacework:/lacework
      - ./deploys:/deploys

Copy link
Contributor

@ipcrm ipcrm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gabeobrien sorry I forgot to update this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants