User Tools

Site Tools


porting_an_lxc_to_docker

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
porting_an_lxc_to_docker [2024/08/11 19:28] – [2. Creating the Dockerfile] osoporting_an_lxc_to_docker [2024/10/17 21:42] (current) – external edit 127.0.0.1
Line 85: Line 85:
 **Explanation**: **Explanation**:
   * `FROM python:3.9-slim`: This uses a lightweight Python 3.9 image as the base.   * `FROM python:3.9-slim`: This uses a lightweight Python 3.9 image as the base.
-  * === Explanation of MariaDB Connector/C and Dependencies ===+  * **Explanation of MariaDB Connector/C and Dependencies**
 <code dockerfile> <code dockerfile>
 # Install MariaDB Connector/C library and other dependencies # Install MariaDB Connector/C library and other dependencies
Line 372: Line 372:
   * LXC documentation: https://linuxcontainers.org/lxc/introduction/   * LXC documentation: https://linuxcontainers.org/lxc/introduction/
  
 +https://docs.facundoitest.space/doku.php?id=crear_container_con_apps_en_python_para_aci
porting_an_lxc_to_docker.1723404494.txt.gz · Last modified: 2024/10/17 21:42 (external edit)