Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Arno Welzel Newsgroups: comp.lang.php Subject: Re: docker: wordpress: Call to undefined function yaml_parse_file() Date: Mon, 3 Aug 2020 11:12:38 +0200 Lines: 24 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit X-Trace: individual.net 38yMc2a4fLtIdXy8bTqKWgStP312+TEHtZUwCe63PiTIhNy4CF Cancel-Lock: sha1:QUyTAZu/MJ9EXxsLQLmLMUUTYUA= In-Reply-To: Xref: csiph.com comp.lang.php:18328 SuperTex: > Il 02/08/20 20:22, Jerry Stuckle ha scritto: >> >> What's not clear to me is is the OP trying to run this on his own system >> (bad idea) or on a hosting service? > > My system. > >> I'm not at all familiar with Docker, so I don't know which OS version of >> PHP et. al. he's running. > > $ lsb_release -a [...] The *host* system is irrelevant for the system inside the Docker image. Docker composition means to use an existing image which provides the runtime environemnt and then adding your own software to it. It's similar to build a virtual machine, just a more lightweight solution. -- Arno Welzel https://arnowelzel.de