Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

  • Introduction

This document describes the construction, compilation and use of anbox Android container environment. Describes the environment configuration, code download, build and how to use it.

...

    • Virtual Deployment Guide

      • Standard Deployment Overview
      • Snapshot Deployment Overview
      • Special Requirements for Virtual Deployments
        • Install Jump Host
        • Verifying the Setup - VMs
    • Upstream Deployment Guide

      • Upstream Deployment Key Features
      • Special Requirements for Upstream Deployments
      • Scenarios and Deploy Settings for Upstream Deployments
      • Including Upstream Patches with Deployment
      • Running
      • Interacting with Containerized Overcloud
  • Verifying the Setup as defined the Akraino validation feature project plus any additional testing specific to the blue print

  • Developer Guide and Troubleshooting

    • Utilization of Images

    • Post-deployment Configuration

    • Debugging Failures

    • Reporting a Bug

  • Uninstall Guide

The following method only uses snap to install Anbox. If you want to delete Anbox from the system, you must first delete snap.

Attention:Remove all data stored in the snapshot from the system:

$ snap remove anbox


After deleting the snapshot, you must also delete the installed kernel modules (if installed):

$ sudo apt install ppa-purge

$ sudo ppa-purge ppa:morphis/anbox-support


Upon completion, Anbox will be removed from your system.

...