#go to the annotator-dir folder 

#kill screen
pkill screen

#kill docker
sudo -s
systemctl stop docker
rm -rf /var/lib/docker
systemctl start docker
exit

#start screen
screen -S <session_name>

#start docker
cd annotator-dir/
./build-docker.sh
./run-docker.sh

# Detach screen (run in background so you don't need to keep tab open)
# then press ctrl + a + d to detach it -> you are now done (you may have to try doing this multiple times for it to work)

Links that may or may not be useful: