From 1ffd61e967e8598645bde35042dd25424f9d8013 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Fri, 8 Mar 2019 11:45:44 +0100 Subject: [PATCH] Corrections README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7037bf3..7d00a05 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ TODO Installer le paquet nécessaire : ~~~ -apt install lxc +apt install lxc debootstrap ~~~ Modifier la configuration de LXC : @@ -99,7 +99,7 @@ lxc-attach -n php56 /etc/init.d/php5-fpm restart On installe un conteneur Debian Stretch : ~~~ -/usr/bin/lxc-create --name php70 --template debian --bdev dir --logfile /var/log/lxc/lxc-php70.log --logpriority INFO -- -t download --arch amd64 --release stretch +/usr/bin/lxc-create --name php70 --template debian --bdev dir --logfile /var/log/lxc/lxc-php70.log --logpriority INFO -- --arch amd64 --release stretch ~~~ Puis on installe les paquets PHP 7.0 dans ce conteneur :