vortex/miscs/docker
2024-07-23 16:01:00 -07:00
..
Dockerfile.ubuntu Dockerfile update 2024-07-23 16:01:00 -07:00
README.md Docker update 2024-06-13 02:14:54 -07:00

You can install Docker desktop on MAC or PC or Ubuntu.

1- Create a Docker image from the Dockerfile

$ docker build -f Dockerfile.ubuntu -t vortex

2- Build the Docker image

$ docker docker run -it vortex /bin/bash

3- Build the project

One you login the Docker terminal, you will be in the build directory.

$ make -s

4- Run a simple test

$ ./ci/blackbox.sh --cores=2 --app=vecadd