Ubuntu13.04 build the container Java Runtime Environment through LXC

Source: Internet
Author: User
I recently worked on the cloud platform and worked with another partner to develop php and java. The website is almost finished. Now we are building a java environment. At first we thought about many solutions. As sandbox isolation, cpu, memory restrictions, and some resource sharing are required, we finally decided to adopt lxc, the so-called lxc is system-level isolation. It can achieve the effect of virtual machines without any hardware configuration. Of course, it is not as isolated as vmware, however, this can also meet the various needs of my cloud platform .. Step 1: Install lxcsudoapt-

I recently worked on the cloud platform and worked with another partner to develop php and java. The website is almost finished. Now we are building a java environment. At first we thought about many solutions. As sandbox isolation, cpu, memory restrictions, and some resource sharing are required, we finally decided to adopt lxc, the so-called lxc is system-level isolation. It can achieve the effect of virtual machines without any hardware configuration. Of course, it is not as isolated as vmware, however, this can also meet the various needs of my cloud platform ..

Step 1: Install lxc

Sudo apt-get install lxc

Note: When lxc is installed through apt-get In Ubuntu, other lxc dependent software, such as debootstrap, lvm2, and cgroup-lite, will be automatically installed.

Step 2: configure the lxc host

First, we will introduce several folders (the following files/folders will be automatically generated by default through apt-get installation)

/Etc/lxc/default. conf

If no configuration file is specified during container creation, the default. conf file is used by default as the configuration file of the container.

/Usr/share/lxc/templates/

The linux templates of various Release versions supported by LXC are stored in this directory, which usually include:

/Var/lib/lxc/

This directory is used to store container instances. By default, only the administrator can access and read files in this folder.

/Var/cache/lxc/

The first time you create a container, You need to download a mini version of the container system. It takes a long time to create a cache in this directory, when I create a new application directly using the cache, I do not need to download it online. For my needs, I prefer lxc-clone. Almost all application containers have the same configuration, therefore, cloning not only saves time but also saves a lot of configuration complexity.

Step 3: Check whether lxc has been installed

Lxc-verison

If lxc version: x. x. x is displayed, the installation is successful. Here, x indicates the version number. I installed lxc version: 0.9.0.

Lxc-checkconfig

It is reasonable to say that all options should be enable, but User namespace: missing. Don't worry, this has little impact. Some people say that Kernel configuration is a problem, while others say it only appears in ubuntu32-bit systems. The following section is written by a foreign blogger:


Reading:

Linux container technology-LXC related technical knowledge http://www.linuxidc.com/Linux/2012-07/66523.htm

Linux container technology-LXC Execution Process Analysis http://www.linuxidc.com/Linux/2012-07/66522.htm for creating virtual machines

Monitor application http://www.linuxidc.com/Linux/2012-07/64525.htm in LXC application containers using shell scripts

Cgroup and LXC (Linux container) installation (CentOS 6.2) system http://www.linuxidc.com/Linux/2012-02/55420.htm

Linux container Virtual Technology LXC Concise Manual http://www.linuxidc.com/Linux/2011-06/37349.htm

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.