Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
biboumi
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
88
Issues
88
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
louiz’
biboumi
Commits
acc04580
Commit
acc04580
authored
Nov 13, 2019
by
louiz’
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Give a little unsecure docker tip :^)
parent
00c1c9df
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
doc/developer.rst
doc/developer.rst
+4
-2
No files found.
doc/developer.rst
View file @
acc04580
...
...
@@ -35,8 +35,10 @@ certificate, slixmpp, many libraries…), it might be cumbersome to get
everything on your machine to be able to run them.
The simplest solution (as long as you have docker installed and properly
configured to be able to run as your developer user…) is to follow these
instructions:
configured to be able to run as your developer user… It’s as simple as
“dnf install docker” and “chmod o+rw /var/run/docker.sock”, but that’s not
recommended, because this lets anybody on the system use docker, and
docker is very unsecure) is to follow these instructions:
.. code-block:: bash
:caption: Start a docker container with everything installed
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment