takac.dev
Columns
Privacy Pollicy
  • PHP: Fatal error when build docker image with composer

    May 7, 2021 · 1 min read · docker dockerfile php  ·
    Share on:

    I saw this news about the serious vulnerability in composer which is PHP package management software. https://www.bankinfosecurity.com/php-composer-flaw-that-could-affect-millions-sites-patched-a-16523 So, I wanted to update composer in my Dockerfile but I realized that I already specified the version as follows. 1curl …

    Read More
  • Python: Got AttributeError when accessing App Store Connect API using appstoreconnect library

    May 6, 2021 · 2 min read · AppStoreConnect docker dockerfile python  ·
    Share on:

    I created a small Python program to get data via the App Store Connect API for report automation with the appstoreconnect library. After update recently, I got the following error. 1Traceback (most recent call last): 2 File "/app/./main.py", line 88, in <module> 3 APP_STORECONNECT_API.execute() 4 File …

    Read More
  • Example of Selenium with Python on Docker with latest FireFox

    Apr 28, 2021 · 3 min read · debian docker dockerfile firefox python selenium  ·
    Share on:

    This is an example of how to run the Selenium with Python on Docker with the latest FireFox and its geckodriver. The official Python docker image is based on Debian 10 (Buster) 1$ docker run -i --rm python:3.9 cat /etc/os-release | grep VERSION= 2VERSION="10 (buster)" In this image, the installable FireFox …

    Read More
  • Docker: How to solve Apache 403 Forbidden error?

    Dec 25, 2020 · 3 min read · apache docker docker-compose dockerfile  ·
    Share on:

    It's a popular problem getting "403 Forbidden" errors from Apache. Even though it's working on the docker, it's the same but a little bit harder to investigate why it’s happened. However, most of the time, the cause of this problem is simple. Let’s take a look at some samples. First, let me show you the …

    Read More
  • Docker: Run apache as non-root user based on the official image

    Dec 22, 2020 · 3 min read · apache docker dockerfile security  ·
    Share on:

    Many docker images execute its main process as root but it’s not good for security reasons and it depends on Kubernetes cluster, Pod Security Policies is applied to avoid running containers as root. So, let’s take a look at how to run Apache Web Server as a non-root user. Before trying, here is running the origin image …

    Read More
  • Should to avoid to use public docker image on productions straightly

    Oct 17, 2020 · 2 min read · alpine docker docker-compose dockerfile golang kubernetes nginx  ·
    Share on:

    There are a lot of samples of Kubernetes and Docker Compose which define public images like nginx:alpine, golang php-fpm and so on. However even though it’s easy to use, it’s not good for production environments because there's a possibility that they are not up-to-date. For example, I’m trying with one of the famous …

    Read More

Takashi Fukuda

Infrastructure Engineer, Cloud Systems Administrator, Site Reliability Engineer
Read More

Recent Posts

  • Docker: How to solve the trouble of SSH tunnel connection?
  • Docker: How to install packages to busybox image?
  • Prometheus: How to solve blackbox exporter icmp (ping) failure
  • Fluentd: Warning on parser filter: nested repeat operator '+' and '*' was replaced with '*' in regular expression
  • PHP: Fatal error when build docker image with composer

Categories

TECH-TIPS 28 TROUBLE-SHOOTING 12 CERTIFICATION 2 COLUMN 1

Tags

DOCKER 14 KUBERNETES 12 AWS 7 DOCKERFILE 6 DOCKER-COMPOSE 4 FLUENTD 3 HAPROXY 3 APACHE 2 BLACK-FRIDAY-SALE 2 EC2 2 EKS 2 EXAM 2 LINUX-FOUNDATION 2 NGINX 2
All Tags
ALPINE1 APACHE2 APPSTORECONNECT1 AURORA1 AUTOSCALING1 AWS7 BADREQ1 BLACK-FRIDAY-SALE2 BLACKBOX-EXPORTER1 BUNDLE1 BUSYBOX1 CERTIFIED-KUBERNETES-ADMINISTRATOR1 CERTIFIED-KUBERNETES-APPLICATION-DEVELOPER1 CKA1 CKAD1 CLOUDFORMATION1 COREDNS1 CRONJOBS1 DEBIAN1 DOCKER14 DOCKER-COMPOSE4 DOCKERFILE6 DOCKERHUB1 DYNAMODB1 EC22 EKS2 ELASTICSEARCH1 ENI1 EXAM2 FIREFOX1 FLUENTD3 GOLANG1 HAPROXY3 HTTPS1 IAM1 KIBANA1 KUBECTL1 KUBERNETES12 LAMBDA1 LATEST1 LINUX-FOUNDATION2 MEMCACHED1 MYSQL1 NGINX2 PHP1 PROMETHEUS2 PYTHON2 RDS1 RUBY2 SAM1 SECURITY1 SELENIUM1 SERVICE-DISCOVERY1 SSH1 SSL1 TAG1
[A~Z][0~9]

takac.dev

Copyright 2020-  TAKAC.DEV. All Rights Reserved