Official Docker image:filerun/filerun Seehttps://docs.filerun.com/dockerfor the guide. License See the following document for thelicensing terms. Issues If you have any problems with or questions about this image, pleasecontact us. About
License See the following document for the licensing terms. Issues If you have any problems with or questions about this image, please contact us. Documentation For FileRun documentation, please visit https://docs.filerun.com/About FileRun Docker Image Resources Readme Activity Stars 0 stars ...
安装完毕之后输入docker-compose --version 出现版本号可以正常使用 docker compose是通过docker-compose.yml文件来生成容器。docker-compose.yml文件里面就包含了生成容器所需要的各种配置信息。我已经写好了这个yml文件,下载地址在文章后面。大家只需要根据自己需求修改即可。如果是矿渣,则需要把image里面的latest改成arm32...
3.拉取filerun镜像文件 docker pull afian/filerun 1. 由于docker镜像站点在国外,所以下载会比较缓慢,需要耐心等待下载完成。或者根据情况将镜像地址修改为国内,可自行百度。 拉取filerun镜像 4.建立docker-compose.yml文件,并使用默认的配置即可。 echo "version: '2' services: db: image: mariadb:10.1 environmen...
进入/filerun文件夹中,创建一个名为的文本文件docker-compose.yml:vi /filerun/docker-compose.yml 并将以下内容粘贴到其中: version: '2' services: db: image:mariadb:10.1 environment: MYSQL_ROOT_PASSWORD: your_mysql_root_password MYSQL_USER: your_filerun_username ...
docker -v docker-compose -v 4. 不同之处在于docker-compose.yml所有改变,保存后命令提示符运行docker-compose up -d。 version: '2' services: db: image: mariadb:10.1 environment: MYSQL_ROOT_PASSWORD: your_root_password MYSQL_USER: your_mysql_username ...
Dockerfile 语法 FROM:指定基于哪个镜像 格式:FROM < image >或者FROM < image >:< tag > ,如: FROM centos;FROM centos:latest MAINTAINER:指定作者信息 格式:MAINTAINER < name及联系方式 >,如: MAINTAINER adai adai@adailinux.com RUN:镜像操作指令 ...
4.建立docker-compose.yml文件,并使用默认的配置即可。 echo "version: '2'services:db:image: mariadb:10.1environment:MYSQL_ROOT_PASSWORD: filerunMYSQL_USER: filerunMYSQL_PASSWORD: filerunMYSQL_DATABASE: filerunvolumes:- /filerun/db:/var/lib/mysqlweb:depends_on:- dblinks:- dbimage: afian/filerunpo...
新建docker-compose.yml,复制下面代码进去。version: '3.1'services: web: image: ponte124/filerun:latest-arm64v8 # 一哥们编译的arm64镜像 environment: FR_DB_HOST: mariadb # 以前安装好的mysql FR_DB_PORT: 3306 FR_DB_NAME: filerun # 数据库名称,需要提前建立好 FR_DB_US...
Commit time Dockerfile README.md autoconfig.php db.sql docker-compose.yml entrypoint.sh filerun-optimization.ini import-db.sh wait-for-it.sh Releases No releases published Packages No packages published Languages Shell64.1% Dockerfile31.5% PHP4.4%...