Skip to content

jdestefani/ulb-infof105-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Additional files for the Docker container created for the class INFO-F-105

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published