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-aftermath
If 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.sh
Inside the container you will have access to your local home directory through the yourUserHomeDir
binding.
sudo apt install docker
sudo dnf install docker
sudo zypper install docker
sudo pacman -S docker
# This command may only work on some system
please install docker
Run the following script to build an image named openstream-aftermath
from scratch:
./buildDockerImage.sh