Member-only story

Povilas Brilius
1 min readJan 3, 2021

Titled the web developer stage, this docker conundrum, called web adventure, is leading to unknown waters — in general.

docker pull veritus4/lamp-docker

Grab the latest tag — mod_php7 and the world is yours. Put it closely to the CI4 future deployed app running

docker run \                                                           vhosts
-it \
--name dev-lamp \
-p 8080:8080/tcp \
-p 1212:80 \
--mount type=bind,source=/var/www/vhosts/ci4.starter,target=/srv/www/vhosts/ci4.starter \
veritus4/lamp-docker:mod_php7
Smartphone in a rainforest

producing output like

which: no w3m in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
which: no lynx in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin)
AH00558: httpd-prefork: Could not reliably determine the server's fully qualified domain name, using 172.17.0.3. Set the 'ServerName' directive globally to suppress this message
210103 12:46:33 mysqld_safe Logging to '/var/log/mysql/mysqld.log'.
210103 12:46:33 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql

So, it’s not econometrics lecture, though stage is similar. Be careful with the words at Sloan Square or Students Square in Lithuania — as the impeached president Trump was only non reelected, not condemned by the Capitol Hill Senate not House of Representatives.

Povilas Brilius
Povilas Brilius

Written by Povilas Brilius

PHP Developer in e-commerce and e-loans industry fields.

No responses yet