Обеспечение безопасности контейнеризованного приложения Node.js с помощью Nginx, Let’s Encrypt и Docker Compose
Существует множество способов повышения гибкости и безопасности приложения Node.js. Использование обратного прокси-сервера, например…
Существует множество способов повышения гибкости и безопасности приложения Node.js. Использование обратного прокси-сервера, например…
Since the advent of full consciousness uploading, hosting one’s mind on one’s own server infrastructure has never been easier with the help of Docker Compose! #AprilFools
ONLYOFFICE is a free, open source corporate office suite developed to organize teamwork online. The Document Server provides users with text, spreadsheet and presentation online editors working within a browser and allowing to co-edit documents in real time, comment and interact using the integrated chat. The Community Server offers a complete set of tools for document, project, customer relation and email correspondence management. The Mail Server is used to create mailboxes.
Gitea is a popular and lightweight source code management service. Learn how to install Gitea using Docker, expose it behind Nginx, protect it with Let’s Encrypt, and set up an SSH shim to work from the command line.
Kubernetes is a container orchestration system that manages containers at scale. Initially developed by Google based on its experience running containers in production, Kubernetes is open source and actively developed by a community around the world.
In this the cloud provider article, we aim to thoroughly introduce the reader to docker– one of the most exciting and powerful open-source projects to come to life in the recent years. Docker helps people with porting applications across systems and machines, running them securely in their own isolated environments.
Learn how to build distroless container images with BuildKit, push them to container registry, and deploy securely on Kubernetes.
Docker позволяет легко помещать приложения и службы в контейнеры, чтобы их можно было запускать где угодно. Однако при работе с Docker можно легко накопить чрезмерное количество неиспользуемых образов, контейнеров и томов данных, замедляющих работу…
O Docker é uma ótima ferramenta para automatizar a implantação de aplicativos Linux dentro de contêineres de software, mas para tirar total vantagem deste potencial, cada componente de um aplicativo deve executar em seu próprio contêiner individual….
En este tutorial, se explicará la manera de crear una imagen de una aplicación para un sitio web estático que utiliza el marco Express y Bootstrap. Luego, creará un contenedor usando esa imagen, la enviará a [Docker…