Apache difference centos7 / centos8 with php
I try to install centos8 + apache + php in Dockerfile FROM centos:8 RUN yum upgrade -y RUN yum install
Continue readingDocker questions and answers
I try to install centos8 + apache + php in Dockerfile FROM centos:8 RUN yum upgrade -y RUN yum install
Continue readingSLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/D:/Shiv%20Data%20Records/IDEs/IDE/sts-4.8.0.RELEASE/plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.16.0.20200610-1735/jars/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [file:/D:/Shiv%20Data%20Records/IDEs/IDE/sts-4.8.0.RELEASE/configuration/org.eclipse.osgi/5/0/.cp/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings
Continue readingI have a docker-compose which is supposed to just create a database using a volume I created earlier, if I
Continue readingI’m trying to get docker installed on Centos following doc: https://docs.docker.com/engine/install/centos/#install-using-the-repository But it fails with the error: yum-config-manager > –add-repo
Continue readingI installed a MediaWiki on a Docker in CentOS 8. I want to integrate LDAP. I installed the LDAP extensions
Continue readingI’m not able to connect to some ports of my docker containers and I have no idea why. I can
Continue readingI have Centos 8 and Docker on my machine. In my firewall I did not open any ports to the
Continue readingI just looked at this question: How to define OpenJDK 8 in CentOS based Dockerfile?. I tried the suggested answers,
Continue readingThe "docker images" command takes 20-30 seconds to execute on my CentOS 7 system. Is this normal? I have 106
Continue readingI have installed docker on centos 7.3. Now I have redis in another server which I am able to see
Continue reading