Appsody runs only on Windows 10 Professional and Windows 10 Enterprise editions. If you are running Windows 10 Enterprise with authentication through Azure Active Directory, follow the additional instructions in Appsody and Docker Desktop on Windows 10.
Follow these steps:
appsody-v.r.m-windows.tar.gz, where v.r.m indicates the release tag.tar -xvf appsody-v.r.m-windows.tar.gz.APPSODY_PATH environment variable, set it to the directory where Appsody is installed, and configure your PATH environment variable:appsody-setup.bat
You can now follow the Getting Started instructions to create your first containerized development environment with a running Hello World! application.
To upgrade Appsody on your system, follow these steps:
appsody-v.r.m-windows.tar.gz, where v.r.m indicates the release tag.tar -xvf appsody-v.r.m-windows.tar.gz.To uninstall Appsody:
.appsody directory that gets created under your home directory: rm -rf ~/.appsody.APPSODY_PATH from the PATH environment variable (see Modifying the PATH on Windows 10). You might also want to remove the APPSODY_PATH variable.