Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Y
yafits
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Analyze
Contributor 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
artemix
yafits
Wiki
Technical informations
Changes
Page history
New page
Templates
Clone repository
Update Technical informations
authored
5 years ago
by
Caillat Michel
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Technical-informations.md
+17
-2
17 additions, 2 deletions
Technical-informations.md
with
17 additions
and
2 deletions
Technical-informations.md
View page @
d6f4f276
This page is intended to provide technical informations hopefully useful for anybody in charge of running the yafits containers.
This page is intended to provide technical informations hopefully useful for anybody in charge of running the yafits containers.
# docker daemon.
# Prerequisites
You have cloned the yafits project and you can run the docker command
# Starting docker daemon (possibly)
Before trying to launch any container, it's advised to ensure that the docker daemon is running.
Before trying to launch any container, it's advised to ensure that the docker daemon is running.
```
```
...
@@ -15,7 +18,19 @@ If the above command returns nothing then start a session on an account belongin
...
@@ -15,7 +18,19 @@ If the above command returns nothing then start a session on an account belongin
Redirecting to /bin/systemctl start docker.service
Redirecting to /bin/systemctl start docker.service
[caillat-adm@juliette ~]$ ps aux|grep dockerd
[caillat-adm@juliette ~]$ ps aux|grep dockerd
root 14212 0.2 0.0 2064984 65392 ? Ssl 11:59 0:00 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
root 14212 0.2 0.0 2064984 65392 ? Ssl 11:59 0:00 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
```
# Starting the yafits containers
## Change the current directory to the yafits project's :
```
cd <..>/yafits
```
```
## Build and run the containers
```
docker-compose build
docker-compose up -d
```
This diff is collapsed.
Click to expand it.