./trace-deopt.sh http://localhost:4200Wait until your page renders.
| package main | |
| import ( | |
| "context" | |
| "flag" | |
| "fmt" | |
| "log" | |
| "net/http" | |
| "os" | |
| "os/signal" |
| #!/bin/bash | |
| # | |
| # Requires docker-toolbox >= 1.9.0d | |
| # https://github.com/docker/toolbox/releases | |
| MACHINE_NAME="orcamaster" | |
| docker-machine create -d virtualbox $MACHINE_NAME | |
| eval $(docker-machine env $MACHINE_NAME) |