Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frama-c
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
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
frama-c
Commits
1c5ee00d
Commit
1c5ee00d
authored
3 years ago
by
Andre Maroneze
Browse files
Options
Downloads
Patches
Plain Diff
[Dev] update README.md for Frama-C Docker images
parent
b410a4db
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
devel_tools/docker/README.md
+10
-2
10 additions, 2 deletions
devel_tools/docker/README.md
with
10 additions
and
2 deletions
devel_tools/docker/README.md
+
10
−
2
View file @
1c5ee00d
...
@@ -14,8 +14,8 @@ Frama-C versions. For each version, there are three images: one
...
@@ -14,8 +14,8 @@ Frama-C versions. For each version, there are three images: one
for the command-line version
`frama-c`
; a stripped-down version of the former,
for the command-line version
`frama-c`
; a stripped-down version of the former,
for a slimmer image, but which does not allow recompilation of Frama-C
for a slimmer image, but which does not allow recompilation of Frama-C
or of any external plugin; and a third image including the graphical
or of any external plugin; and a third image including the graphical
interface (
`frama-c-gui`
), to be used with Singularity
or other tools enabling
interface (
`frama-c-gui`
), to be used with Singularity
, x11docker, or any other
graphical interfaces from within
a Docker image.
tool which enables running a graphical application from
a Docker image.
Run
`make`
to get a list of targets.
Run
`make`
to get a list of targets.
...
@@ -29,6 +29,14 @@ Some commands in this section are those used by the above Makefile;
...
@@ -29,6 +29,14 @@ Some commands in this section are those used by the above Makefile;
others allow creating different images (e.g. with the Frama-C sources)
others allow creating different images (e.g. with the Frama-C sources)
which are not directly available as Makefile targets.
which are not directly available as Makefile targets.
Note: a Dockerfile is needed for the commands below.
For most versions, running
`make Dockerfile.dev`
and then using it
(adding
`-f Dockerfile.dev`
to the commands below) is enough.
However, if specific build commands or dependencies are needed,
you can copy the generated Dockerfile
(e.g.
`cp Dockerfile.dev Dockerfile`
) and adapt it as needed,
before running one of the commands below.
-
Build slim development image (from public Git master branch):
-
Build slim development image (from public Git master branch):
docker build . -t framac/frama-c:dev --target frama-c-slim
docker build . -t framac/frama-c:dev --target frama-c-slim
...
...
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