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
5 results tagged container  ✕
How to get into a docker container? - Stack Overflow https://stackoverflow.com/questions/30172605/how-to-get-into-a-docker-container
Sun May 6 08:21:54 2018 archive.org
QRCode
thumbnail

Et pour être root :

docker exec -it --user root bash

docker bash container
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
Utilisation de LXC en mode utilisateur non-privilégié / Wiki / Debian-facile http://debian-facile.org/doc:autres:vm:lxc:mode-utilisateur
Mon Mar 6 23:46:55 2017 archive.org
QRCode
thumbnail

Tutoriel sur l'utilisation de LXC (je teste Docker mais LXC semble plus apte à remplir mes exigences...)

  • https://blog.imirhil.fr/2015/03/11/virtualisation-facile-lxc.html
  • http://connect.ed-diamond.com/GNU-Linux-Magazine/GLMF-159/Virtualisation-basee-sur-les-LinuX-Containers-aka-LXC
  • http://www.objectif-libre.com/fr/blog/2016/09/09/creer-et-utiliser-des-conteneurs-lxc-avec-linventaire-in-memory-dansible/
  • http://www.guiguishow.info/2012/10/30/utiliser-lxc-sur-un-kimsufi/
  • http://tech.novapost.fr/lxc-demystification.html
lxd container docker test tutoriel
Docker run reference - Docker https://docs.docker.com/engine/reference/run/
Tue Feb 28 22:17:04 2017 archive.org
QRCode
thumbnail

docker run -a stdin -a stdout -i -t debian-sshd /bin/bash

docker run container bash shell
4759 links, including 1673 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn