#/bin/sh

# Prepare session

# sudo systemctl start docker

cross build --release --target x86_64-pc-windows-gnu

# Remove ressources

# [How To Remove Docker Images, Containers, and Volumes | DigitalOcean](https://www.digitalocean.com/community/tutorials/how-to-remove-docker-images-containers-and-volumes)

# docker system prune -a

# List all docker images.
#    docker images -a

#  docker rmi <IMAGE ID>
