3.2 Uninstalling the RADIUS Agent

  1. Run the following command to list dockers:

    docker ps -a

  2. In the output, find the container ID for the aaf_radiusd-1 docker container.

  3. Run the following command to remove the docker:

    docker rm -f <container ID>