Les Partages de Memiks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
3 results tagged lxc  ✕
lean container tricks https://michaelcoyote.github.io/2015/08/02/lean-container-tricks/
Thu Jul 20 17:26:58 2017 archive.org
QRCode
thumbnail

How do I create a container?

The basic work flow to creating a container is simple:

Build rootfs --> Import container --> Use Container
Creating the rootfs

You can use all sorts of tools to create the root FS as well.

  • Buildroot
  • Gentoo
  • debootstrap
  • yum/dnf
  • Alpine
  • others...

Brian's example used Buildroot to create a root FS and that's what I'll do here.

lxc container build
How to Forward PORT to LXC container [quick tip ] | ComputersnYou https://www.computersnyou.com/3047/forward-port-lxc-container-quick-tip/
Wed Mar 8 20:08:34 2017 archive.org
QRCode
thumbnail

sudo iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j DNAT --to [DestinationIP:PORT]

lxc container route port
LXC ou la virtualisation allégée / Wiki / Debian-facile http://debian-facile.org/doc:autres:vm:lxc
Tue Mar 7 21:08:32 2017 archive.org
QRCode
thumbnail

Comment utiliser LXC la virtualisation fournit directement par le noyau linux.

lxc linux noyau virtualisation
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn