skip to Main Content

Other possible Docker log locations? – CentOS

Every source I read is saying the log locations are here: /var/lib/docker/containers/{container-id}/{container-id}-json.log. But when I check mine, all I see is /var/lib/docker/containers/{container-id}/ and when I ls that, it shows: checkpoints config.v2.json hostconfig.json hostname hosts resolv.conf resolv.conf.hash secrets shm No logs…

VIEW QUESTION

Php versions – Composer 2.0.8 issue package-versions-deprecated

Using php 7.2 - Installing composer/package-versions-deprecated (1.8.0): Extracting archive Plugin initialization failed (include(/home/vagrant/.../vendor/composer/package-versions-deprecated/src/PackageVersions/Installer.php): failed to open stream: No such file or directory), uninstalling plugin - Removing composer/package-versions-deprecated (1.8.0) Install of composer/package-versions-deprecated failed [RuntimeException] Could not delete /home/vagrant/.../vendor/composer/package-versions-deprecated/src: I am using…

VIEW QUESTION

Redis make failing. Ubuntu 18.04

I am trying to make Redis 6.0.6., but when running the make command I get this error: (.venv) vagrant@vagrant:/vagrant/redis-6.0.6$ make cd src && make all make[1]: Entering directory '/vagrant/redis-6.0.6/src' /bin/sh: 1: pkg-config: not found CC Makefile.dep /bin/sh: 1: pkg-config: not…

VIEW QUESTION
Back To Top
Search