meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:lxc [2019/09/26 23:26] – [Limit resources] niziaklinux:lxc [2020/09/07 19:01] (current) niziak
Line 221: Line 221:
 Edit cron Edit cron
 <code bash>crontab -e</code> <code bash>crontab -e</code>
-<code>@reboot lxc-autostart</code>+<code>@reboot /usr/bin/lxc-autostart --all</code>
  
  
Line 252: Line 252:
 <code bash>lxc-cgroup -n test-container cpu.shares 100</code> <code bash>lxc-cgroup -n test-container cpu.shares 100</code>
  
 +<file | ~/.local/share/lxc/gitlab/config>
 +</file>
 ==== ulimit change for unpriv container ==== ==== ulimit change for unpriv container ====
 Inside container, this command fails: Inside container, this command fails: