首页 > 其他分享 >安装个人网盘NextCloud

安装个人网盘NextCloud

时间:2024-09-29 10:35:09浏览次数:1  
标签:Pull PHP complete nextcloudci 网盘 docker NextCloud 安装 nextcloud

# 查询nextcloud镜像
[root@docker ~]# docker search nextcloud
NAME                             DESCRIPTION                                     STARS     OFFICIAL   AUTOMATED
nextcloud                        A safe home for all your data                   3113      [OK]
linuxserver/nextcloud            A Nextcloud container, brought to you by Lin…   480
nextcloud/all-in-one                                                             25
crazymax/nextcloud               Nextcloud image based on Alpine Linux           9
nextcloudci/server               Nextcloud server straight from GitHub master    2                    [OK]
nextcloudci/php7.2               Docker container to execute PHP 7.2 unit tes…   1                    [OK]
nextcloud/univention-app-image                                                   1
nextcloudci/php7.3               Docker container to execute PHP 7.3 unit tes…   1                    [OK]
nextcloudci/translations-app     The docker image to run our translation sync…   0                    [OK]
nextcloud/aio-talk                                                               0
nextcloud/aio-nextcloud                                                          0
nextcloud/aio-postgresql                                                         0
nextcloud/aio-apache                                                             0
nextcloud/aio-collabora                                                          0
nextcloudcookbook/testci         A repository to contain the test routines fo…   0
nextcloud/aio-redis                                                              0
nextcloudci/php7.4               Docker container for php7.4 unit tests          0
nextcloud/aio-clamav                                                             0
treehouses/nextcloud-tags                                                        0
treehouses/nextcloud                                                             0
nextcloudci/php7.1               Docker container to execute PHP 7.1 unit tes…   0                    [OK]
nextcloudci/android              Android test container                          0                    [OK]
nextcloudci/php7.0               Docker container to execute PHP 7.0 unit tes…   0                    [OK]
nextcloud/aio-onlyoffice                                                         0
nextcloudci/php8.0                                                               0

# 拉取nextcloud镜像
[root@docker ~]# docker pull nextcloud
Using default tag: latest
latest: Pulling from library/nextcloud
a2abf6c4d29d: Pull complete
c5608244554d: Pull complete
2d07066487a0: Pull complete
1b6dfaf1958c: Pull complete
32c5e6a60073: Pull complete
90cf855b27cc: Pull complete
8b0f1068c586: Pull complete
53530861540e: Pull complete
b088256e8218: Pull complete
29c48e642f3d: Pull complete
bebfd59a832e: Pull complete
3c07d6be5322: Pull complete
52a174ca2213: Pull complete
2db451f4f766: Pull complete
462c9168620c: Pull complete
5f6a7ae88b1d: Pull complete
8507904d39d6: Pull complete
f6dc5bb9d193: Pull complete
d57202c49578: Pull complete
57f778f1c66e: Pull complete
Digest: sha256:bd3406506335b6621b1eb7a3d897654ac7963e3db4b91cbea3436f159655d0ba
Status: Downloaded newer image for nextcloud:latest
docker.io/library/nextcloud:latest

# 查询nextcloud镜像是否下载完成
[root@docker ~]# docker images | grep nextcloud
nextcloud       latest         c805c152803c   4 months ago   969MB


# 查看nextcloud镜像详细信息
[root@docker ~]# docker inspect c805c152803c
[
    {
        "Id": "sha256:c805c152803cd2efd9556755b99e97122bf51aeb5a2c3e0470a7098d205c2c0e",
        "RepoTags": [
            "nextcloud:latest"
        ],
        "RepoDigests": [
            "nextcloud@sha256:bd3406506335b6621b1eb7a3d897654ac7963e3db4b91cbea3436f159655d0ba"
        ],
        "Parent": "",
        "Comment": "",
        "Created": "2021-12-22T12:11:13.660964245Z",
        "Container": "821b536dedc6cac092fa9abeaf773d541d4067faaf2980c8c8c5d77d08d195c0",
        "ContainerConfig": {
            "Hostname": "821b536dedc6",
            "Domainname": "",
            "User": "",
            "AttachStdin": false,
            "AttachStdout": false,
            "AttachStderr": false,
            "ExposedPorts": {
                "80/tcp": {}
            },
            "Tty": false,
            "OpenStdin": false,
            "StdinOnce": false,
            "Env": [
                "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
                "PHPIZE_DEPS=autoconf \t\tdpkg-dev \t\tfile \t\tg++ \t\tgcc \t\tlibc-dev \t\tmake \t\tpkg-config \t\tre2c",
                "PHP_INI_DIR=/usr/local/etc/php",
                "APACHE_CONFDIR=/etc/apache2",
                "APACHE_ENVVARS=/etc/apache2/envvars",
                "PHP_CFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64",
                "PHP_CPPFLAGS=-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64",
                "PHP_LDFLAGS=-Wl,-O1 -pie",
                "GPG_KEYS=1729F83938DA44E27BA0F4D3DBDB397470D12172 BFDDD28642824F8118EF77909B67A5C12229118F",
                "PHP_VERSION=8.0.14",
                "PHP_URL=https://www.php.net/distributions/php-8.0.14.tar.xz",
                "PHP_ASC_URL=https://www.php.net/distributions/php-8.0.14.tar.xz.asc",
                "PHP_SHA256=fbde8247ac200e4de73449d9fefc8b495d323b5be9c10cdb645fb431c91156e3",
                "PHP_MEMORY_LIMIT=512M",
                "PHP_UPLOAD_LIMIT=512M",
                "NEXTCLOUD_VERSION=23.0.0"
            ],
******省略内容******

 

标签:Pull,PHP,complete,nextcloudci,网盘,docker,NextCloud,安装,nextcloud
From: https://www.cnblogs.com/dragon-proud-sky/p/18439092

相关文章

  • 针对VMware的安装遇到的麻烦及解决办法(vmware Authorization Service未启动,蓝屏,卡在下
    注明:该文章仅为个人安装vmware时遇到的问题与解决方法的总结,第一次写文章可能有点粗糙。注意:如要使用vmware需要允许虚拟机相关服务详见第二个文章链接(先开启此项服务尝试问题是否解决再尝试其他办法)一:vmwareAuthorizationService未启动安装好VMware后运行虚拟机时会报错......
  • 安装Java(配置Windows环境)( ̄︶ ̄)↗
    一、下载Java安装包1.1、首先,需要访问Oracle的官方网站(Oracle官网),在网站上找到JavaSE(标准版)的下载页面。1.2、根据自己的操作系统和需求选择合适的JDK(JavaDevelopmentKit)版本。Oracle官网会提供多个版本的JDK供下载,包括长期支持版本(LTS)和最新的非LTS版本。二、安装J......
  • 使用国内源安装docker
    [20240929测试有效]机器:腾讯云Ubuntu24.04  1.添加腾讯源可以安装docker的GPG密钥curl-fsSLhttps://mirrors.tencent.com/docker-ce/linux/ubuntu/gpg|sudogpg--dearmor-o/etc/apt/trusted.gpg.d/docker.gpg 2.设置Docker的APT源列表文件sudovi/etc/......
  • 游戏修改器Cheat Engine CE v7.5修改版下载安装详细方法
    CheatEngine是一个专注于游戏的修改器。它可以用来扫描游戏中的内存,并允许修改它们。它还附带了调试器、反汇编器、汇编器、变速器、作弊器生成、Direct3D操作工具、系统检查工具等。具体安装方法如下:地址:CheatEngine7.5.zip解压文件夹,将CheatEngine.exe发送到桌面快......
  • Java常用开发软件安装篇【后端】-Nginx最新版安装和配置详细教程(Windows和Linux)
    文章目录一、Windows安装1.nginx官网下载2.切换到安装路径,解压到当前文件夹3.双击nginx.exe启动nginx4.验证nginx5.nginx配置说明6.重新加载nginx二、Linux安装1.安装Nginx相关依赖2.nginx官网下载3.切换指定路径进行解压4.执行配置脚本,--prefix是指定安装目录5.编译安......
  • pbootcms统计代码标签(如何安装百度统计代码)
    要在PbootCMS中安装百度统计代码或其他第三方统计代码,可以按照以下步骤操作:1.后台安装统计代码登录后台:访问后台地址:你的域名/admin.php。账号:admin,密码:admin。进入站点信息设置:在后台左侧菜单中选择“基础内容”->“站点信息”。粘贴统计代码:在“站点信......
  • PbootCMS简单安装教程 – pbootcms基本使用教程
    为了帮助用户顺利安装并使用PbootCMS系统,以下是详细的安装步骤和注意事项:1.环境要求PHP版本:PbootCMS系统默认采用SQLite数据库,需要PHP5.4及以上版本,最新系统需要PHP7.0及以上版本。服务器环境:确保服务器环境正确配置,使用PHP环境。2.安装前的准备环境配置:确保服务器......
  • win10安装linux的gcc
    mysy2下载gcc 过程比较艰苦,2024年秋冬讲课,被linux毒打了3天pacman-Smingw-w64-ucrt-x86_64-gcc  这个一次成功,不行继续接大招实在不行安装vsvisualstudio.com   补了gcc的工具链  大小1.5gliunx改名字  改主机名字sudohostnamectlset-hostname<newhostname......
  • VS2008 应用程序配置不正确,未能启动该应用程序。重新安装程序可以修复此问题解决方法
    有时候我们把自己编译好的exe直接拷贝到别的电脑上使用时,如果那台电脑没装vs,一般程序无法运行提示:应用程序配置不正确,未能启动该应用程序。重新安装程序可以修复此问题。这是由于一般我们编译的程序都是使用的共享DLL,所以不一定保证其他机器上都有。如果使用静态DLL的话生......
  • Matlab2022a安装教程,Matlab安装包详细安装教程
    Matlab2022a安装教程,Matlab安装包详细安装教程MatlabR2022a安装教程:1、解压缩下载好的文件,打开文件夹2、右击“R2022a_Windows.iso”,选择“装载”,或者直接双击打开3、右击“setup.exe”,选择“以管理员身份运行”4、点击“高级选项”,选择“我有文件安装密钥”5、......