Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
4876ac07
Unverified
Commit
4876ac07
authored
Mar 16, 2020
by
Stéphane Graber
Committed by
GitHub
Mar 16, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3300 from Rachid-Koucha/patch-4
Auto-create /dev/shm and /dev/mqueue
parents
7d504407
1f76a6a7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lxc-busybox.in
templates/lxc-busybox.in
+1
-1
No files found.
templates/lxc-busybox.in
View file @
4876ac07
...
@@ -76,7 +76,6 @@ ${rootfs}/tmp \
...
@@ -76,7 +76,6 @@ ${rootfs}/tmp \
${
rootfs
}
/var/log
\
${
rootfs
}
/var/log
\
${
rootfs
}
/var/run
\
${
rootfs
}
/var/run
\
${
rootfs
}
/dev/pts
\
${
rootfs
}
/dev/pts
\
${
rootfs
}
/dev/shm
\
${
rootfs
}
/lib
\
${
rootfs
}
/lib
\
${
rootfs
}
/usr/lib
\
${
rootfs
}
/usr/lib
\
${
rootfs
}
/lib64
\
${
rootfs
}
/lib64
\
...
@@ -237,6 +236,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time
...
@@ -237,6 +236,7 @@ lxc.cap.drop = sys_module mac_admin mac_override sys_time
lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
lxc.mount.auto = cgroup:mixed proc:mixed sys:mixed
lxc.mount.entry = shm dev/shm tmpfs defaults,create=dir 0 0
lxc.mount.entry = shm dev/shm tmpfs defaults,create=dir 0 0
lxc.mount.entry = mqueue dev/mqueue mqueue defaults,create=dir 0 0
EOF
EOF
libdirs
=
"
\
libdirs
=
"
\
...
...
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