C2Rust Docker environment

    Building the docker image:

    The script takes two optional arguments:

    • the name of the base image (ubuntu:bionic by default)

    Stopping and starting containers:

    1. $ docker start c2rust

    Connect to a running container:

    1. $ docker rm -f c2rust

    removing all containers:

    pruning all images:

    1. docker system prune
    2. docker system prune -a