IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Console mode. By default, the console command tries to open a connection to one of the available tty devices. By setting cmode to 'console' it tries to attach to /dev/console instead. If you set cmode to 'shell', it simply invokes a shell inside the container (no login).
CPU weight for a VM. Argument is used in the kernel fair scheduler. The larger the number is, the more CPU time this VM gets. Number is relative to the weights of all the other running VMs.
Controls whether this interface's firewall rules should be used.
`gw`=`<GatewayIPv4>` ;;
Default gateway for IPv4 traffic.
`gw6`=`<GatewayIPv6>` ;;
Default gateway for IPv6 traffic.
`hwaddr`=`<XX:XX:XX:XX:XX:XX>` ;;
The interface MAC address. This is dynamically allocated by default, but you can set that statically if needed, for example to always have the same link-local IPv6 address. (lxc.network.hwaddr)
`ip`=`<IPv4Format/CIDR>` ;;
IPv4 address in CIDR format.
`ip6`=`<IPv6Format/CIDR>` ;;
IPv6 address in CIDR format.
`mtu`=`integer (64 - N)` ;;
Maximum transfer unit of the interface. (lxc.network.mtu)
`name`=`<string>` ;;
Name of the network device as seen from inside the container. (lxc.network.name)
OS type. This is used to setup configuration inside the container, and corresponds to lxc setup scripts in /usr/share/lxc/config/<ostype>.common.conf. Value 'unmanaged' can be used to skip and OS specific setup.
Startup and shutdown behavior. Order is a non-negative number defining the general startup order. Shutdown in done with reverse ordering. Additionally you can set the 'up' or 'down' delay in seconds, which specifies a delay to wait before the next VM is started or stopped.