Skip to content
Snippets Groups Projects
Commit e6c7c2ba authored by Michele Alberti's avatar Michele Alberti
Browse files

[README] Update docker section with instructions for pulling and running the docker image.

parent 3c529047
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ artificial intelligence based software. ...@@ -8,7 +8,7 @@ artificial intelligence based software.
## Installation ## Installation
No binaries are provided at the moment. Installation must be done by either No binaries are provided at the moment. Installation must be done by either
compiling the source code or building a [Docker](https://www.docker.com/) image. compiling the source code or using a [Docker](https://www.docker.com/) image.
### From source code ### From source code
...@@ -33,13 +33,26 @@ $ make test ...@@ -33,13 +33,26 @@ $ make test
### Docker image ### Docker image
To build a [Docker](https://www.docker.com/) image for CAISAR, do the following: A ready-to-use [Docker](https://www.docker.com/) image of CAISAR is available on
[Docker Hub](https://hub.docker.com). To retrieve such an image, do the
following:
```
$ docker pull laiser/caisar:pub
```
Alternatively, a [Docker](https://www.docker.com/) image for CAISAR can be
created locally by proceeding as follows:
``` ```
$ git clone https://git.frama-c.com/pub/caisar $ git clone https://git.frama-c.com/pub/caisar
$ cd caisar $ cd caisar
$ make docker $ make docker
``` ```
To run the CAISAR [Docker](https://www.docker.com/) image, do the following:
```
$ docker run -it laiser/caisar:pub sh
```
## Usage ## Usage
To start using CAISAR, please run the command: To start using CAISAR, please run the command:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment