Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
caisar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pub
caisar
Commits
e6c7c2ba
Commit
e6c7c2ba
authored
2 years ago
by
Michele Alberti
Browse files
Options
Downloads
Patches
Plain Diff
[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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+15
-2
15 additions, 2 deletions
README.md
with
15 additions
and
2 deletions
README.md
+
15
−
2
View file @
e6c7c2ba
...
@@ -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
build
ing a
[
Docker
](
https://www.docker.com/
)
image.
compiling the source code or
us
ing 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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment