Skaffold and microk8s — getting started — x509: certificate signed by unknown authority
Try to get started with skaffold, hitting lots of issues. So I went back to basics and tried to get
Continue readingDocker questions and answers
Try to get started with skaffold, hitting lots of issues. So I went back to basics and tried to get
Continue readingdocker-compose.yml version: "3.9" services: web: build: . ports: – "8000:80" container_name: web_application depends_on: – medicalmgr medicalmgr: image: "mcr.microsoft.com/mssql/server:2019-latest" environment: SA_PASSWORD:
Continue readingI want to execute a command using of a docker-compose file, and the code sometimes fails because of connection timeouts.
Continue readingI have a project built using .net 2.2. Here is the dockerfile from one of the services: FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS
Continue readingGood day. I’m living a hell right now. I have a WordPress website from a client running with Nginx, PHP-FPM,
Continue readingI have a problem when I try to save data from a Docker container to local disk. Folder structure of
Continue readingSometimes in WSL distributions that I’ve marked to enable for "integration" I can see process docker serve –address /root/.docker/run/docker-cli-api.sock. docker
Continue readingI don’t know what’s wrong with this script I run it through dockerfile but unfortunately, the line where I install
Continue readingHi I’m getting CrashLoopBackOffin my container. Docker image is running fine in my laptop but I can run it in
Continue readingI have a simple Dockerfile like this FROM ubuntu:18.04 RUN echo "==============from docker UBUNTU 18.04" Then I build the image
Continue reading