Ensure docker
, k3d
and istioctl
installed.
brew update
brew install --cask docker
brew install k3d istioctl
$> brew install openssl | |
$> brew install swig | |
$> env LDFLAGS="-L$(brew --prefix openssl)/lib" \ | |
CFLAGS="-I$(brew --prefix openssl)/include" \ | |
SWIG_FEATURES="-cpperraswarn -includeall -I$(brew --prefix openssl)/include" \ | |
pip install m2crypto |
#!/bin/bash | |
LODEV=$(sudo losetup -f) | |
# The output file name | |
FNAME="diskimage" | |
# File extension for the vmdk copy | |
VMDKEXT="vmdk" | |
# File extension for the raw copy | |
RAWEXT="raw" |