- Ubuntu / Debian 10 Buster
- Clang 9
- latest
- ubuntu with latest stable clang
- ubuntu-latest-stable
- debian-latest-stable
Option 1. Build Docker Image
- From within the directory of the Dockerfile execute the following command to build the image
- To run with bash and a shared volume
docker run -v <host_path>:<container_path> -ti clang:latest bash
Option 2. Pull image from Docker Hub
docker pull bryankp/clang:latest
- To run with bash and a shared volume
docker run -v <host_path>:<container_path> -ti bryankp/clang:latest bash
LLVM Debian/Ubuntu nightly packages