Coder Social home page Coder Social logo

cs325-docker's Introduction

Docker image for CS325

This repository contains the Dockerfile for a Docker image that supports building and running the CS325 coursework.

Obtaining the Docker image

To use the pre-built image from the GitHub registry, use docker pull:

docker pull docker.pkg.github.com/mbg/cs325-docker/cs325:latest

You can also build the image yourself:

git clone https://github.com/mbg/cs325-docker
cd cs325-docker
docker build . -t cs325:latest

Building the compiler

To build the mccomp compiler, invoke docker as follows, ensuring to replace /path/to/your/code with the absolute path to your code:

docker run --rm -v /path/to/your/code:/code docker.pkg.github.com/mbg/cs325-docker/cs325:latest

Running a test

To run a test (e.g. addition), invoke docker as follows, once again ensuring to replace /path/to/your/code with the absolute path to your code:

docker run --rm -v /path/to/your/code:/code docker.pkg.github.com/mbg/cs325-docker/cs325:latest ./test.sh addition

Note that this assumes mccomp has already been built and resides in /path/to/your/code.

Running other commands

You can run arbitrary commands inside the container, e.g.:

docker run --rm -v /path/to/your/code:/code docker.pkg.github.com/mbg/cs325-docker/cs325:latest /code/mccomp /code/tests/addition/addition.c

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.