[REM] script install OSX: move docker installation to FAQ

This commit is contained in:
Mathieu Benoit 2023-02-14 16:01:43 -05:00
parent 3f8dfcd392
commit 5535a81213
2 changed files with 15 additions and 6 deletions

View file

@ -109,3 +109,18 @@ git branch -av
git reset --hard REF_OF_REMOTES/m
> git reset --hard remotes/origin/rel/8953/zd552kl/7.1.1-11.40.208
```
## OSX installation
### Docker installation
This guide works in the past, but it's now broken
```bash
echo "\n--- Installing docker --"
brew install minikube docker docker-compose docker-machine
brew cask install virtualbox
docker-machine create --driver virtualbox default
docker-machine env default
eval "$(docker-machine env default)"
```

View file

@ -28,12 +28,6 @@ echo "\n--- Installing Python 3 + pip3 --"
brew install git python3 wget pyenv
brew link git
brew link wget
echo "\n--- Installing docker --"
brew install minikube docker docker-compose docker-machine
brew cask install virtualbox
docker-machine create --driver virtualbox default
docker-machine env default
eval "$(docker-machine env default)"
echo "\n---- Installing nodeJS NPM and rtlcss for LTR support ----"
brew install nodejs npm openssl
sudo npm install -g rtlcss