2、see video
PS:remeber if login failed, just clear cookie. Then relogin two times.
==========
user docker shell
docker exec -ti xxxxoooo bash //xxxxoooo is docker name
check hosts and use ping can link success
==========
docker images
vboxheadless -startvm "your vm's name"check internet is ok~~
wget https://www.apachefriends.org/xampp-files/7.0.13/xampp-linux-x64-7.0.13-1-installer.run
chmod +x xampp-linux-x64-7.0.13-1-installer.runinstall
sudo ./xampp-linux-x64-7.0.13-1-installer.runthen Yes Yes Yes Yes
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">xxx.ooo.xxx.ooo/24 can remove, by yourself use.
#Require local
Require all granted
Order deny,allow
Deny from all
Allow from ::1 127.0.0.0/8 192.168.0.0/8 xxx.ooo.xxx.ooo/24
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>
tar zxvf Magento-CE-2_1_3_tar_gzPS: IF you upload use root, maybe use "sudo tar"
cd /opt/lampp/htdocs
find var vendor pub/static pub/media app/etc -type f -exec chmod g+w {} \;
find var vendor pub/static pub/media app/etc -type d -exec chmod g+ws {} \;
chown -R :daemon .
chmod u+x bin/magentoPS: when you "sudo tar", maybe now this step need use "sudo"