Skip to content

Commit

Permalink
Add a new blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Oct 4, 2023
1 parent c670909 commit 81ce52d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2020-05-31-running-with-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ customjs:

Now the QA catalogue (more information about this software at the end of this post) can be run with Docker. Once you have Docker on the machine, you can run the full end-to-end quality assessment process (including building the web user interface) with the following two commands:

<!-- more -->

1. download the docker image, create and launch a docker container (supposing your MARC files are in directory ~/data/marc)
```
docker run \
Expand Down Expand Up @@ -38,8 +40,6 @@ The workflow looks something like this:

At the end of the process you will have a service like this one: [http://134.76.163.21/gent/](http://134.76.163.21/gent/).

<!-- more -->

## Very short introduction to Docker
This description is not meant to provide a detailed description of what Docker is. If you are new to this technology: it
is a virtualization technology, which enables to build and run a virtual machine inside your operating system but
Expand Down

0 comments on commit 81ce52d

Please sign in to comment.