Docker Training 22/29: Apache Web Server and PHP Docker Image (Dockerfile)

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

The best explanation and very easy to understand course for docker. thanks for your hardwork, Much appreciated.

syedtaqiullahhussaini
Автор

debconf: delaying package configuration, since apt-utils is not installed
I am getting this error . Why so??

mayankvats
Автор

Hi there,
Is it only me having problem with building docker image from the same Dockerfile on latest ubuntu (or amazon) images on AWS EC2 instances? Swapping php7.0 with php7.2 and /etc/php/7.0/apache2/php.ini with /etc/php/7.2/cli/php.ini made my docker build command run successfully. However when I do 'docker run -d' command the container will exit instantly. When I run a container interactively with bash, I can enter it and then manually have to do either 'service apache start' (or 'source /etc/apache2/envvars
') followed by 'usr/sbin/apache2 -D FOREGROUND' to make it work.
But the problem is my container will not stay up when i run it as a daemon.
Can anyone help please?

Adilkhanahmed
Автор

hello can you please help me im ruunung php project trough dockerfile but after i run that image i got this error [could not reliably determine the server's fully qualified domain name us ing 127.0 01 for server name from windows.] how i solve?

minimicky
Автор

please explain more, how did you add this directories at first?
how did you add index dockerfile and config

BitixStories
Автор

Hello iam trying to fallow this video but the web page show in blank maybe have you one solution for this error thank you

hamletpena
Автор

hi sadawi
where is the file u told u will provide

yaswanthvegesna