Skip to content

Commit

Permalink
update on docker
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Konnov committed Feb 14, 2020
1 parent 6e84693 commit a104ca2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ where Apalache is cloned.

**Starting with release 0.6.0, we will publish Docker images for every release**.

To get the latest Apalache image, issue the command:

```
docker pull apalache/mc
```

**Running the image**. To run an Apalache image, issue the command:

```
Expand All @@ -87,13 +93,6 @@ The following docker parameters are used:
- `<args>` are the tool arguments as described in
[Running the tool](#running).

To ensure that you are using the latest APALACHE docker image, you might want
from time to time run this command:

```
docker pull apalache/mc
```

**Building an image**. For an end user there is no need to build an Apalache
image. If you like to produce a modified docker image,
take into account that it will take about 30 minutes for the image
Expand Down

0 comments on commit a104ca2

Please sign in to comment.