KnowledgePending / Clang-Docker

🐳 🐉Simple Clang Development Docker

Home Page:https://hub.docker.com/r/bryankp/clang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Pulls Docker

Image details

  • Ubuntu / Debian 10 Buster
  • Clang 9

Tags

  • 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
docker build -t clang .
  • 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

Further Details

LLVM Debian/Ubuntu nightly packages

About

🐳 🐉Simple Clang Development Docker

https://hub.docker.com/r/bryankp/clang


Languages

Language:Dockerfile 100.0%