Skip to content

How To use Open Source

Search for:
  • Blogger’s Notice

Category: HowTo

how to install maas with docker container

June 17, 2021June 17, 2021
build docker image for maas originally, I wanted to do these steps in Dockerfile.RUN apt update && apt install -y…
Read More

how to configure remote desktop to LXD container using Xspice

June 16, 2021June 16, 2021
install Xspice server sudo apt install xserver-xspice xinput spice-vdagent dbus-x11 configure Xspice server cp /usr/share/doc/xserver-xspice/spiceqxl.xorg.conf.example.gz ~/gunzip spiceqxl.xorg.conf.example.gz mv spiceqxl.xorg.conf.example spiceqxl.xorg.conf…
Read More

how to limit resource usage per LXD container

June 16, 2021
verifying current resource usage lxc info $cname disk limit lxc config device set $cname root size 20GB lxc config device…
Read More

how to configure kubernetes on localhost

June 16, 2021June 16, 2021
installing kubernetes on localhost using LXD container as kubernetes node - with conjure-up - with manual installation install conjure-up sudo…
Read More

how to install git server

June 7, 2021June 7, 2021
how to create a new git repository sudo apt install git sudo mkdir /mnt/git sudo chown mslee:mslee /mnt/git git init…
Read More

how to run open source games in docker container

June 7, 2021June 7, 2021
build docker images for each game docker build -t sang0627/systemd -f Dockerfile.systemd . docker build -t sang0627/xspice -f Dockerfile.xspice .…
Read More

how to enable SR-IOV in docker container

June 7, 2021June 7, 2021
how to verify basic information of NIC ethtool -i p1p1 lspci | grep Ethernet lspci -Dvmm|grep -B 1 -A 4…
Read More

how to install and configure docker-ce on Ubuntu 18.04

June 7, 2021
install the new docker version, docker-ce sudo apt update sudo apt install docker.io docker version useful docker commands CID=$(docker run…
Read More

how to convert an KVM image to a LXC container image

June 7, 2021June 7, 2021
install lxd-p2c tool sudo apt install golang-go -y go get -v -x github.com/lxc/lxd/lxd-p2c cd ~/go/src/github.com/lxc/lxd make lxd-p2c ~/go/bin/lxd-p2c --help convert…
Read More

how to configure CPU pinning to a VM

June 4, 2021
create a flavor through OpenStack dashboard or command line # for example, with an ID of 6, 4 GB of…
Read More

Posts navigation

Older posts

Recent Posts

  • how to mount LVM2 partition
  • how to configure minikube
  • how to install maas with docker container
  • how to configure remote desktop to LXD container using Xspice
  • how to limit resource usage per LXD container

Recent Comments

    Categories

    • HowTo
    • Tips
    Proudly powered by WordPress | Theme: ct-white by CTWatch.org.