Containerize Python Apps with Docker in 5 Easy Steps - KDnuggets
Containerize Python Apps with Docker in 5 Easy Steps - KDnuggets
This post from KDnuggets outlines a five-step process to containerize Python applications using Docker. It covers installing Docker, coding a Python application, creating a Dockerfile, building the Docker image, and running the Docker container. The tutorial uses a command-line TO-DO list app as an example and emphasizes the benefits of Docker for managing dependencies and creating isolated, reproducible environments.
自建 Stirling PDF | 一个 PDF 工具集
自建 Stirling PDF | 一个 PDF 工具集
Stirling PDF是一个开源的PDF文件处理工具,支持合并、拆分、旋转、裁剪、添加水印、解锁、转换格式和OCR识别等功能。它具有开源免费、支持多种操作系统、功能丰富、易于使用和方便搭建等优点。搭建Stirling PDF的步骤包括安装Docker和运行Stirling PDF,以及开放网站并安装Caddy。详细的搭建步骤可以在文档中找到。
[新服务]fly.io使用部署next-terminal+ 宝塔远程mysql – 1024.ee
[新服务]fly.io使用部署next-terminal+ 宝塔远程mysql – 1024.ee
本文介绍了如何使用fly.io部署next-terminal和宝塔远程mysql。文章提供了注册和使用fly.io的步骤,以及自定义域名和一些fly.io的技巧。
Deploy an image | Render · Cloud Hosting for Developers
Deploy an image | Render · Cloud Hosting for Developers
This post on Render's website explains how to deploy a Docker image to their cloud hosting service. The post covers how to deploy public and private images, how to manage credentials, and how to deploy images manually or via webhook. There are also some limitations to be aware of, such as the image needing to be built for the linux/amd64 platform and the compressed image size being less than 10Gi.
【好玩儿的 Docker 项目】80、90 回忆杀,10 分钟搭建复古中文 DOS 游戏,最多畅玩 1898 款!
【好玩儿的 Docker 项目】80、90 回忆杀,10 分钟搭建复古中文 DOS 游戏,最多畅玩 1898 款!
这篇博客介绍了如何在 Docker 中搭建复古中文 DOS 游戏,作者将 40 多个经典的 DOS 游戏封装到了 Docker 镜像里面,总共可玩 1898 款游戏。博客详细介绍了安装 Docker 和 Nginx Proxy Manager,创建安装目录,下载游戏,以及如何使用反向代理等操作。同时,博客也提供了更新和卸载游戏的方法,以及常见问题的解决方案。