Laravel Logo

Getting Started with PHP Laravel in a Docker Container

Laravel is a powerful PHP framework designed for web artisans. It provides an elegant syntax and a robust set of tools to build modern web applications. Docker, on the other hand, is a platform that allows you to package applications into containers, ensuring consistency across different environments. Combining Laravel with Docker can streamline your development …

Getting the VS Code Docker Integration to Work

You’re probably encountering an issue where VS Code asked you to install the Docker integration, and once you install it, you’re getting the following error: The simple fix is to add your user you’re trying to remote view the containers with, to a new group called docker. To do this, you can run the following: …

Cyberpunk Llama

Installing Ollama and Open-WebUI with Docker Compose: A Comprehensive Guide

Ollama (LLaMA 3) and Open-WebUI are powerful tools that allow you to interact with language models locally. Whether you’re writing poetry, generating stories, or experimenting with creative content, this guide will walk you through deploying both tools using Docker Compose. I’m also trying to figure out how to better format the YAML file used in …