Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Open Science Portal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Open Data
Open Science Portal
Commits
885fd013
Commit
885fd013
authored
4 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Update docker
parent
6e42d427
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#14719
passed
4 years ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pages/Docker.md
+14
-0
14 additions, 0 deletions
pages/Docker.md
with
14 additions
and
0 deletions
pages/Docker.md
+
14
−
0
View file @
885fd013
...
...
@@ -7,3 +7,17 @@ Topics:
-
archiving of software
status
:
unedited
---
Due to the huge variety of operating systems, languages and frameworks, the
number of possible system configurations has grown rapidly in the past decades.
Operating-system-level virtualisation is one of the most successful techniques
to tackle this problem and allows the conservation of environments, making them
interoperable and reproducible in an almost system agnostic way. KM3NeT utilises
Docker (https://www.docker.com) for this task, which is the most popular
containerisation solution with high interoperability. Docker containers run with
negligible performance overhead and create an isolated environment in a fully
reproducible manner, regardless of the host system as long as Docker itself is
supported (Linux, macOS and Windows).
These containers are used in the GitLab CI to run test suites in many different
configurations. Python based projects for example can easily be tested under
different Python versions.
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