JPJack Paninjackklpan.hashnode.dev·Dec 21, 2024 · 1 min readOrbStack: A Powerful Alternative to DockerOrbStack is a fast, lightweight tool for running Linux containers and virtual machines on macOS. It’s a modern alternative to Docker Desktop, offering better performance, lower resource usage, and seamless macOS integration. https://orbstack.dev/down...00
JPJack Paninjackklpan.hashnode.dev·Dec 15, 2024 · 1 min readSetting Up and Handling Multiple Google Cloud Accounts for GcloudKnowledge from: https://www.linkedin.com/pulse/how-switch-use-multiple-google-cloud-accounts-gcloud-jashif-abubakkar-4v7ec/ To manage multiple Google Cloud projects using different accounts in the gcloud command-line. List Current Configs gcloud conf...00
JPJack Paninjackklpan.hashnode.dev·Nov 28, 2024 · 1 min readMastering Dockerfiles: Tips and Techniques for SuccessBase Image Always specify the exact version of the image and OS to prevent unintended dependency issues. For example, using the python:3.12-slim-bullseye. apt-get Usage For apt-get update and apt-get install, we should combine them into one line. RUN...00