Exploit.cz

Levný ale výkonný Kubernetes Cluster

> Poprvé jsem s k8s experimentoval již v roce 2016, tehdy jsem ale nevyřešil neustálé problémy s ETCD. Cluster se vždy do měsíce rozpadl. Když jsem se na přelomu roku 2017/2018 rozhodoval kam dál posunout svoje zkušenosti s Dockerizováním aplikací, Kubernetes (k8s) byla jasná volba. Stál jsem ale před

MySQL / MariaDB - SET GLOBAL time_zone = 'Europe/Prague'; Error 1298

ERROR 1298 (HY000): Unknown or incorrect time zone: 'Europe/Prague' Firstly you have to import timezones into mysql database mysql_tzinfo_to_sql /usr/share/zoneinfo/|mysql -u root mysql mysql_tzinfo_to_sql /usr/share/zoneinfo/Europe/Prague Europe/Prague | mysql -u root Now you can run

Upgrade Windows Server Docker 1.12 to latest version

Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force Install-Module -Name DockerMsftProvider -Force Install-Package -Name docker -ProviderName DockerMsftProvider -Force Restart-Computer -Forc

Build custom Windows Server Docker Image with .NET Framework Build Tools for AWS CodeBuild

Preinstalled * GIT * AWS CLI Dockerfile # escape=` FROM microsoft/dotnet-framework:4.7.2-runtime SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] #Install NuGet CLI ENV NUGET_VERSION 4.4.1 RUN New-Item -Type Directory $Env:ProgramFiles\NuGet; ` Invoke-WebRequest -UseBasicParsing https://dist.nuget.

Troubleshoot Windows Docker container network

Problems * unable to resolve host google.com * Ping request could not find host google.com. Please check the name and try again. * UnKnown can't find google.com: Server failed Solution C:\>ping github.com Ping request could not find host github.com. Please check the name and

Exploit.cz © 2026