Skip to content

Commit

Permalink
mention that the guide uses Podman and not Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
schwicke committed Aug 5, 2024
1 parent f4cef95 commit 32f9f9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"DELPHI"
],
"short_description": {
"content": "This guide describes how to run the DELPHI stack from a Docker container."
"content": "This guide describes how to run the DELPHI stack from a container image."
},
"slug": "delphi-guide-docker",
"tags": [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Running DELPHI software from a container
An alternative way to run DELPHI software is to use a container image. The images are automatically created from a CI when the software stack is being build, and contain the full software stack.
An alternative way to run DELPHI software is to use a container image.
The following guide assumes that you are using [Podman](https://podman.io/), nevertheless it is expected to work in a similar way with other container management technologies, such as Docker.
The images are automatically created from a CI when the software stack is being build, and contain the full software stack.

## Available images
Images are available in the registry of the deployment project at CERNs gitlab instance, https://gitlab.cern.ch/delphi/deployment/container_registry
Expand Down

0 comments on commit 32f9f9b

Please sign in to comment.