This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open -na Google\ Chrome \ | |
--args \ | |
--user-data-dir=/tmp/temporary-chrome-profile-dir \ | |
--disable-web-security \ | |
--disable-site-isolation-trials | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/zsh | |
# Workaround for https://github.com/docker/for-mac/issues/5310 | |
VERSION=14.0.0 # set version here | |
cd /tmp | |
git clone [email protected]:keycloak/keycloak-containers.git | |
cd keycloak-containers/server | |
git checkout $VERSION |