ONES-Application
Enable Super-user mode
user@ones-application:~$ sudo su
Navigate to the GA directory on the Server
root@ones-application /home/user $ cd GAv2.0
Execute ones-uninstaller.sh
root@ones-application /home/user/GAv2.0 $ ./ones-uninstaller.sh
User need to run few more commands to do a full cleanup
docker system prune
docker system prune --volumes
Verify the uninstallation success
docker ps
- Docker Images associated with ONES Application should not be seenhttps://<Server-IP>
is no longer accessible
Last updated