Skip to content

Commit

Permalink
add instructions to load the docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
theolaurent committed Jan 5, 2024
1 parent 77a4664 commit 6791a6f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ docker build -t formalization .
docker save formalization > formalization-docker.tar
```

# Load Docker Image

To load the docker image
```
docker load --input formalization-docker.tar
```

# Run Container

For running the container:
Expand Down

0 comments on commit 6791a6f

Please sign in to comment.