Deploy a local Docker Registry with GUI

TL, DR During the development of Docker applications you may need to continuously pull and build images. A local Docker registry can help you to save time and effort, especially if your Internet connection is not the fastest in the world. The GUI by joxit helps to make this local Docker registry more user friendly… Continue reading Deploy a local Docker Registry with GUI

Multipass and Portainer to develop with Docker

TL, DR Ubuntu Multipass gives you the ability to create virtual machines on Linux, Windows and MacOS. It provides an image with Docker and Portainer pre-installed, so you can have a local Docker development environment with GUI in no time. Below a few commands to guide your first steps with Multipass and launching the Portainer… Continue reading Multipass and Portainer to develop with Docker

Minio, a powerful self-hosted object storage

TL, DR Minio is a powerful open source self-hosted object storage, similar to S3, that you can deploy on your own hardware or cloud instance. You can also deploy it on a Raspberry Pi. It has a comprehensive Python SDK for all operations. Minio Server Minio is a powerful open source software that enables you… Continue reading Minio, a powerful self-hosted object storage

Deta Cloud, a free platform for developers

TL, DR Deta Cloud is a free platform where you can deploy micro-APP. It includes serverless functions, a NoSQL database, and cloud object storage. You can use Python or Node.js to develop and deploy your app for free. Deta Cloud Deta Cloud is a new platform that you can use to deploy small projects. It… Continue reading Deta Cloud, a free platform for developers