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… 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… 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… 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… 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… 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 .… 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… 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… 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… 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… Posts navigation Older posts
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… 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… 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… 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… 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 .… 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… 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… 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… 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… Posts navigation Older posts
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… 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… 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… 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 .… 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… 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… 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… 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… Posts navigation Older posts
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… 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… 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 .… 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… 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… 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… 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… Posts navigation Older posts
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… 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 .… 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… 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… 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… 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… Posts navigation Older posts
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 .… 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… 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… 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… 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… Posts navigation Older posts
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… 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… 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… 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… Posts navigation Older posts
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… 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… 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… Posts navigation Older posts
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… 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… Posts navigation Older posts
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… Posts navigation Older posts