Last active
August 9, 2017 00:46
-
-
Save aczietlow/832b0e4f3768c5f943a8ad03600a24e0 to your computer and use it in GitHub Desktop.
Remove all things docksal and revert back to the 1.3 release... Better times.
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
#!/usr/bin/env sh | |
export DOCKSAL_VERSION=v1.3.1 | |
docker_config="$HOME/.docker" | |
docksal_config="$HOME/.docksal" | |
echo "Removing the VM just to be sure" | |
fin vm remove | |
if [ -d "$docker_config" ]; then | |
echo "Removing local docker config files." | |
sudo rm -r $docker_config | |
fi | |
if [ -d "$docksal_config" ]; then | |
echo "Removing local docksal config files." | |
sudo rm -r $docksal_config | |
fi | |
fin update --tools && | |
fin update --config && | |
fin update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docksal project has to be somewhere within your $HOME directory. e.g.
~/Sites/Gargle.io
orUsers/chris/Web/Sites/Flavor/
Also check your /etc/exports file. Make sure that nothing else is attempting to mount the same directories as docksal.