Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kolla Ansible
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
Very Demiurge Very Mindful
Kolla Ansible
Commits
b7d1d986
Commit
b7d1d986
authored
8 years ago
by
Jenkins
Committed by
Gerrit Code Review
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Add guide to auto mount /run as shared"
parents
bceaec7b
bd3b79a2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/quickstart.rst
+10
-1
10 additions, 1 deletion
doc/quickstart.rst
with
10 additions
and
1 deletion
doc/quickstart.rst
+
10
−
1
View file @
b7d1d986
...
@@ -120,12 +120,21 @@ the drop-in unit file as follows, reload and restart the docker service:
...
@@ -120,12 +120,21 @@ the drop-in unit file as follows, reload and restart the docker service:
systemctl daemon-reload
systemctl daemon-reload
systemctl restart docker
systemctl restart docker
For Ubuntu 14.04 which uses upstart instead of systemd, run the following:
For Ubuntu 14.04 which uses upstart and other non-systemd distros,
run the following:
::
::
mount --make-shared /run
mount --make-shared /run
For mounting ``/run`` as shared upon startup, add that command to
``/etc/rc.local``
::
# Edit /etc/rc.local to add:
mount --make-shared /run
.. note:: If centos/fedora/oraclelinux container images are built on an Ubuntu
.. note:: If centos/fedora/oraclelinux container images are built on an Ubuntu
host, the backend storage driver must not be AUFS (see the known issues in
host, the backend storage driver must not be AUFS (see the known issues in
:doc:`image-building`).
:doc:`image-building`).
...
...
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