Corrections README.md

This commit is contained in:
Ludovic Poujol 2019-03-08 11:45:44 +01:00
parent 2c68341986
commit 1ffd61e967
1 changed files with 2 additions and 2 deletions

View File

@ -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 :