All Projects → AdaptiveScale → Lxdui

AdaptiveScale / Lxdui

Licence: apache-2.0
LXDUI is a web UI for the native Linux container technology LXD/LXC

Projects that are alternatives of or similar to Lxdui

Addon Lxdone
Allows OpenNebula to manage Linux Containers via LXD
Stars: ✭ 36 (-91.87%)
Mutual labels:  containers, virtualization, lxc
blogr-pve
Puppet provisioning of HA failover/cluster environment implemented in Proxmox Virtual Environment and Linux boxes.
Stars: ✭ 28 (-93.68%)
Mutual labels:  virtualization, lxc
Firecracker
Secure and fast microVMs for serverless computing.
Stars: ✭ 16,826 (+3698.19%)
Mutual labels:  containers, virtualization
Vas Quod
🚡 Minimal linux container runtime.
Stars: ✭ 404 (-8.8%)
Mutual labels:  containers, lxc
Containers
Lightweight containers using Linux user namespaces
Stars: ✭ 153 (-65.46%)
Mutual labels:  containers, virtualization
Runtime
Kata Containers version 1.x runtime (for version 2.x see https://github.com/kata-containers/kata-containers).
Stars: ✭ 2,103 (+374.72%)
Mutual labels:  containers, virtualization
ansible virtualization
Ansible Collection: Virtualization roles
Stars: ✭ 31 (-93%)
Mutual labels:  virtualization, lxc
Ruby Lxc
ruby bindings for liblxc
Stars: ✭ 115 (-74.04%)
Mutual labels:  containers, lxc
Lxd
Powerful system container and virtual machine manager
Stars: ✭ 3,115 (+603.16%)
Mutual labels:  containers, lxc
Lxdmosaic
Web interface to manage multiple instance of lxd
Stars: ✭ 270 (-39.05%)
Mutual labels:  containers, lxc
Cc Oci Runtime
OCI (Open Containers Initiative) compatible runtime for Intel® Architecture
Stars: ✭ 418 (-5.64%)
Mutual labels:  containers, virtualization
Core
Eru, a simple, stateless, flexible, production-ready orchestrator designed to easily integrate into existing workflows. Can run any virtualization things in long or short time.
Stars: ✭ 147 (-66.82%)
Mutual labels:  containers, virtualization
Vic Product
vSphere Integrated Containers enables VMware customers to deliver a production-ready container solution to their developers and DevOps teams.
Stars: ✭ 143 (-67.72%)
Mutual labels:  containers, virtualization
Distrobuilder
System container image builder for LXC and LXD
Stars: ✭ 211 (-52.37%)
Mutual labels:  containers, lxc
Maruos
Your phone is your PC.
Stars: ✭ 1,814 (+309.48%)
Mutual labels:  containers, virtualization
vps host server
VPS Hosting Server Daemon for provisioning, monitoring, and communications with the central system.
Stars: ✭ 12 (-97.29%)
Mutual labels:  virtualization, lxc
Go Lxc
Go bindings for liblxc
Stars: ✭ 336 (-24.15%)
Mutual labels:  containers, lxc
Firecracker Containerd
firecracker-containerd enables containerd to manage containers as Firecracker microVMs
Stars: ✭ 1,130 (+155.08%)
Mutual labels:  containers, virtualization
Lxc Ci
LXC continuous integration and build scripts
Stars: ✭ 110 (-75.17%)
Mutual labels:  containers, lxc
Simpleator
Simpleator ("Simple-ator") is an innovative Windows-centric x64 user-mode application emulator that leverages several new features that were added in Windows 10 Spring Update (1803), also called "Redstone 4", with additional improvements that were made in Windows 10 October Update (1809), aka "Redstone 5".
Stars: ✭ 260 (-41.31%)
Mutual labels:  containers, virtualization

logo

A web UI for Linux containers based on LXD/LXC.

Learn more about Linux containers and LXD/LXC here: linuxcontainers.org

LXDUI leverages LXD's Python client library, pylxd, for interacting with the LXD REST API. It allows for rapid provisioning and management of large number of containers from a web browser, and you can simultaneously create any number of containers, even from multiple images, in one step.

Version 2.0

Version 2.0 of LXDUI is a complete rewrite of the application that better exposes LXD's feature set with additional functionality. A new CLI is now available for managing LXDUI as well. Learn more about the CLI here.

New in 2.0

Screencast

Screencast

Getting Started

As the name suggests, LXDUI is a visual interface for the LXD & LXC toolset. In order to use LXDUI you need to have LXD installed on your system. The following instructions walk you through the installation process so that you have a working system with LXD and LXDUI.

These instructions are targeted for an Ubuntu distribution, but you should be able to adapt the instructions to use in any distribution where LXD is supported.

For more detailed instructions please refer to the wiki page.

Install

1. Install the Prerequisites - instructions here

2. Clone LXDUI from the GitHub repo:

        git clone https://github.com/AdaptiveScale/lxdui.git

3. [Optional] Create a virtual environment for testing. Skip this step if you want to install it globaly on your system.

        python3 -m venv mytestenv

        Activate the virtual environment:

        source mytestenv/bin/activate

4. Run Setup

        To install with pip:

        cd lxdui

        pip3 install . --user

        To install with setuptools:

        cd lxdui

        python3 setup.py install --user

Start LXDUI

At this point LXDUI should be installed and ready to start.

To start the app run: python3 run.py start
or use the new CLI:   lxdui start

When the app starts open a browser to the following link to access the app: http://127.0.0.1:15151

Log In. The default account and password are: admin | admin

CONTRIBUTION

Your contribution is welcome and greatly appreciated. Please contribute your fixes and new features via a pull request. Pull requests and proposed changes will then go through a code review and once approved will be merged into the project.

AUTHOR

AdaptiveScale, Inc. http://www.adaptivescale.com

LICENSE

Copyright © 2018 AdaptiveScale, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. For details see the file COPYING or visit: http://www.gnu.org/licenses/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].