Help yourself with an hassle-free install of OpenStream and Aftermath.
- To use the docker, you will need to install it on your computer by following the installing docker section.
- Pull the image from the docker hub.
- Run the image in a container.
Limitation: Aftermath's user interface will not work inside the container, you will have to copy the trace outside the container to visualize them. You can do that by copying through the host mount point (see running a container) or by using docker cp.
docker pull syllo/openstream-aftermathIf you don't know exactly how to use docker, this repository provides the script runDockerImage.sh to create and reuse a container named OpenStreamInteractive and runs an interactive shell (zsh). All you have to do is:
./runDockerImage.shInside the container you will have access to your local home directory through the yourUserHomeDir binding.
sudo apt install dockersudo dnf install dockersudo zypper install dockersudo pacman -S docker# This command may only work on some system
please install dockerRun the following script to build an image named openstream-aftermath from scratch:
./buildDockerImage.sh