Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 577 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 577 Bytes

Template structure for the Docker container built for the ULB class INFO-F-105.

Quickstart

git clone https://github.com/jdestefani/ulb-infof105-docker.git
cd ulb-infof105-docker
docker run -it -v "`pwd`/shared_data:/home/test/shared_data" jdestefani/ulb_infof105:sid_gcc7
cd asm_test
make
./Ex62

How to use the docker?

  1. Make sure that git and Docker are installed.
  2. Put the file you want to compile in a Linux environment in the folder shared_data.
  3. Run the container and test the files