Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Addev devcontainer postCreateCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
stvansolano authored Oct 25, 2020
1 parent b39d23f commit 643b60e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
{
"name": "Docker from Docker Compose + Kubernetes & Helm",
"dockerFile": "Dockerfile",
//"dockerComposeFile": [
// "docker-compose.yml"]
//,

//"service": "docker-from-docker",
"workspaceFolder": "/workspace",
Expand Down Expand Up @@ -50,7 +47,7 @@
"forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "kubectl version",
"postCreateCommand": "wget https://storage.googleapis.com/minikube/releases/latest/minikube-linux-amd64 && chmod +x minikube-linux-amd64 && sudo mv minikube-linux-amd64 /usr/local/bin/minikube && minikube config set driver docker && minikube start --force --driver=docker && minikube version"

// Uncomment when using a ptrace-based debugger like C++, Go, and Rust.
// "runArgs": [ "--cap-add=SYS_PTRACE", "--security-opt", "seccomp=unconfined" ],
Expand Down

0 comments on commit 643b60e

Please sign in to comment.