Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-obs
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
obs
docker-obs
Commits
5e0e16bc
Commit
5e0e16bc
authored
May 25, 2020
by
Sjoerd Simons
Browse files
Options
Downloads
Plain Diff
Merge branch 'wip/ritesh/fix-sudo-doc' into 'master'
Donot use sudo for docker See merge request
!21
parents
c0e6b6f4
7a7483f7
Branches
Branches containing commit
No related tags found
1 merge request
!21
Donot use sudo for docker
Pipeline
#10535
passed
May 25, 2020
Stage: docker
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
5e0e16bc
...
@@ -35,14 +35,14 @@
...
@@ -35,14 +35,14 @@
1.
Run the containers (local developer mode)
1.
Run the containers (local developer mode)
```
```
$
sudo
docker-compose up
$ docker-compose up
$
sudo
docker-compose scale obs-worker=2
$ docker-compose scale obs-worker=2
```
```
2.
Run the containers (production mode with images from CI Container Registry)
2.
Run the containers (production mode with images from CI Container Registry)
```
```
$
sudo
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up
$ docker-compose -f docker-compose.yml -f docker-compose.prod.yml up
$
sudo
docker-compose scale obs-worker=2
$ docker-compose scale obs-worker=2
```
```
== Access Open Build Service UI ==
== Access Open Build Service UI ==
...
...
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