The files in this directory are used to construct and deploy Docker containers that are used to deploy UxAS.
Notes:
-
UxAS must be built and the file:
OpenUxAS/build/uxasmust exist. -
The Docker image
uxas_deploymust be available on the local system or downloaded automatically from: the Docker Hub, "https://hub.docker.com/".
FILES:
-
01_buildRun_Image.shuses Docker commands to construct theuxas_deployDocker image -
02_runUxAS.shuses theuxas_deployimage to start UxAS in the local directory. Optionally takes an argument that points to the UxAS XML configuration. -
03_StopRunContainer.shexecutes the docker command to stop theuxas_deploycontainer. -
cfg_TestUxAS.xmlsample UxAS configuration file used by default in02_runUxAS.sh -
Image/Dockerfile.uxas_deployis the Dockerfile used to build theuxas_deployimage.