专属域名
文档搜索
轩辕助手
Run助手
邀请有礼
返回顶部
快速返回页面顶部
收起
收起工具栏
轩辕镜像 官方专业版
轩辕镜像 官方专业版轩辕镜像 官方专业版官方专业版
首页个人中心搜索镜像

交易
充值流量我的订单
工具
提交工单镜像收录一键安装
Npm 源Pip 源Homebrew 源
帮助
常见问题
其他
关于我们网站地图

官方QQ群: 1072982923

fiware/wirecloud Docker 镜像 - 轩辕镜像

wirecloud
fiware/wirecloud
自动构建
fiware
WireCloud is the reference implementation of the FIWARE Application Mashup GE
10 收藏0 次下载
⚠️ 线上容器拉取慢、不稳定?拉镜像别再赌运气
镜像简介版本下载
⚠️ 线上容器拉取慢、不稳定?拉镜像别再赌运气

Supported tags and respective Dockerfile links

  • 1.3, 1.3.1, FIWARE_7.7.1
  • 1.2, latest
  • dev

What is WireCloud?

![]([] ![Support badge]([]

WireCloud builds on cutting-edge end-user development, RIA and semantic technologies to offer a next-generation end-user centred web application mashup platform aimed at leveraging the long tail of the Internet of Services. WireCloud builds on cutting-edge end-user (software) development, RIA and semantic technologies to offer a next-generation end-user centred web application mashup platform aimed at allowing end users without programming skills to easily create web applications and dashboards/cockpits (e.g. to visualize their data of interest or to control their domotized home or environment). Web application mashups integrate heterogeneous data, application logic, and UI components (widgets) sourced from the Web to create new coherent and value-adding composite applications. They are targeted at leveraging the "long tail" of the Web of Services (a.k.a. the Programmable Web) by exploiting rapid development, DIY, and shareability. They typically serve a specific situational (i.e. immediate, short-lived, customized) need, frequently with high potential for reuse. Is this "situational" character which precludes them to be offered as 'off-the-shelf' functionality by solution providers, and therefore creates the need for a tool like WireCloud

WireCloud is part of FIWARE. Check it out in the Catalogue

![WireCloud's logo]([***]

How to use this image

$ docker run --name some-wirecloud -p 80:8000 -e DEBUG=True -d fiware/wirecloud

The following environment variables are also honored for configuring your WireCloud instance:

  • -e DEBUG=... (defaults to "False", use "True" for running WireCloud in debug mode. Debug mode should be enabled for running WireCloud in standalone mode)
  • -e LOGLEVEL=... (defaults to "INFO")
  • -e ALLOWED_HOSTS=... (defaults to "*", whitespace whitespace-separated list of allowed hosts. See Django documentation for more details)
  • -e DEFAULT_LANGUAGE=... (defaults to "browser", see documentation for more details)
  • -e DEFAULT_THEME=... (defaults to "wirecloud.defaulttheme")
  • -e DB_HOST=... (defaults to nothing, provide a host value to connect this image with a DB server)
  • -e DB_NAME=... (defaults to "postgres")
  • -e DB_USERNAME=... (defaults to "postgres")
  • -e DB_PASSWORD=... (defaults to "postgres")
  • -e DB_PORT=... (defaults to "5432")
  • -e FORWARDED_ALLOW_IPS=... (defaults to "*", set this to provide a list of trusted reverse proxies)
  • -e ELASTICSEARCH2_URL=... (defaults to nothing, leave it empty to use Whoosh instead).
  • -e LANGUAGE_CODE=... (defaults to "en-gb", See django documentation for more details)
  • -e MEMCACHED_LOCATION=... (defaults to nothing, leave it empty to disable memcached support)
  • -e FIWARE_IDM_SERVER=... (defaults to nothing, leave it empty for authenticating users using the credentials stored on the WireCloud database.)
  • -e FIWARE_IDM_PUBLIC_URL=... (defaults to nothing, leave it empty for using the FIWARE_IDM_SERVER configuration for building the url when redirecting the browser to the IdM portal)
  • -e SOCIAL_AUTH_FIWARE_KEY=... (defaults to nothing)
  • -e SOCIAL_AUTH_FIWARE_SECRET=... (defaults to nothing)
  • -e KEYCLOAK_IDM_SERVER=... (defaults to nothing, leave it empty for authenticating users using the credentials stored on the WireCloud database.)
  • -e KEYCLOAK_REALM=... (default to nothing, realm to use for connecting with keycloak)
  • -e KEYCLOAK_KEY=... (default to nothing)
  • -e KEYCLOAK_GLOBAL_ROLE=... (default to "False")
  • -e SOCIAL_AUTH_KEYCLOAK_KEY=... (defaults to nothing)
  • -e SOCIAL_AUTH_KEYCLOAK_SECRET=... (defaults to nothing)
  • -e HTTPS_VERIFY=... (True, False or path to a certificate bundle, default to "/etc/ssl/certs/ca-certificates.crt")
  • -e ADMIN_URL_PATH=... (default to "^admin/", regexp for the administration path)

In addition to those environment variables, this docker image also allows you to configure the following Django settings using environment variables with the same name: CACHE_MIDDLEWARE_KEY_PREFIX, CSRF_COOKIE_AGE, CSRF_COOKIE_HTTPONLY, CSRF_COOKIE_NAME, CSRF_COOKIE_SECURE, DEFAULT_FROM_EMAIL, EMAIL_HOST, EMAIL_HOST_PASSWORD, EMAIL_PORT, EMAIL_HOST_USER, EMAIL_USE_SSL, EMAIL_USE_TLS, FORCE_SCRIPT_NAME, LOGOUT_REDIRECT_URL, SECRET_KEY, SESSION_COOKIE_AGE, SESSION_COOKIE_NAME, SESSION_COOKIE_HTTPONLY and SESSION_COOKIE_SECURE. See Django documentation for more details.

When running WireCloud with TLS behind a reverse proxy such as Apache/NGINX which is responsible for doing TLS termination, be sure to set the X-Forwarded-Proto, X-Forwarded-Host and X-Forwarded-Port headers appropriately.

Docker Secrets

As an alternative to passing sensitive information via environment variables, _FILE may be appended to some sensitive environment variables, causing the initialization script to load the values for those variables from files present in the container. In particular, this can be used to load passwords from Docker secrets stored in /run/secrets/<secret_name> files. For example:

console
docker run --name wirecloud -e DB_PASSWORD_FILE=/run/secrets/password -d fiware/wirecloud

Currently, this _FILE suffix is supported for:

  • EMAIL_HOST_PASSWORD
  • KEYCLOAK_KEY
  • LOGOUT_REDIRECT_URL
  • SECRET_KEY
  • SOCIAL_AUTH_FIWARE_KEY
  • SOCIAL_AUTH_FIWARE_SECRET
  • SOCIAL_AUTH_KEYCLOAK_KEY
  • SOCIAL_AUTH_KEYCLOAK_SECRET

Running manage.py commands

You can run any available manage.py command by using docker exec -ti some-wirecloud manage.py .... For example, you can create superusers/administrators by running the following command:

$ docker exec -ti some-wirecloud manage.py createsuperuser
Username (leave blank to use 'root'): admin
Email address: ${youremail}
Password: ${yourpassword}
Password (again): ${yourpassword}
Superuser created successfully.

Regarding commands using the filesystem, take into account that those commands will be executed inside the container and thus the filesystem will be the one used by the container. The manage.py script will not check if those commands make changes outside the provided volumes. Anyway, they can be used without any problem. For example, static files can be collected using the following command:

$ docker exec -ti some-wirecloud manage.py collectstatic

Use docker exec -ti some-wirecloud manage.py --help for getting the list of available commands.

... via docker stack deploy or docker-compose

Example docker-compose.yml for WireCloud:

yaml
version: "3"

services:

    nginx:
        restart: always
        image: nginx
        ports:
            - 80:80
        volumes:
            - ./nginx.conf:/etc/nginx/nginx.conf:ro
            - ./wirecloud-static:/var/www/static:ro
        depends_on:
            - wirecloud


    postgres:
        restart: always
        image: postgres
        environment:
            - POSTGRES_PASSWORD=wirepass   # Change this password!
        volumes:
            - ./postgres-data:/var/lib/postgresql/data


    elasticsearch:
        restart: always
        image: elasticsearch:2.4
        volumes:
            - ./elasticsearch-data:/usr/share/elasticsearch/data
        command: elasticsearch -Des.index.max_result_window=50000


    memcached:
        restart: always
        image: memcached:1
        command: memcached -m 2048m


    wirecloud:
        restart: always
        image: fiware/wirecloud
        depends_on:
            - postgres
            - elasticsearch
            - memcached
        environment:
            - DEBUG=False
            # - DEFAULT_THEME=wirecloud.defaulttheme
            - DB_HOST=postgres
            - DB_PASSWORD=wirepass   # Change this password!
            - FORWARDED_ALLOW_IPS=*
            - ELASTICSEARCH2_URL=[***]
            - MEMCACHED_LOCATION=memcached:***
            # Uncomment the following environment variables to enable IDM integration
            #- FIWARE_IDM_SERVER=${FIWARE_IDM_SERVER}
            #- SOCIAL_AUTH_FIWARE_KEY=${SOCIAL_AUTH_FIWARE_KEY}
            #- SOCIAL_AUTH_FIWARE_SECRET=${SOCIAL_AUTH_FIWARE_SECRET}
        volumes:
            - ./wirecloud-data:/opt/wirecloud_instance/data
            - ./wirecloud-static:/var/www/static

This docker-compose.yml file relies on a nginx.conf configuration file:

nginx
user  nginx;
worker_processes  1;

error_log  /var/log/nginx/error.log warn;
pid        /var/run/nginx.pid;


events {
    worker_connections  1024;
}


http {
    include       /etc/nginx/mime.types;
    default_type  application/octet-stream;

    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
                      '$status $body_bytes_sent "$http_referer" '
                      '"$http_user_agent" "$http_x_forwarded_for"';

    access_log  /var/log/nginx/access.log  main;

    sendfile        on;
    #tcp_nopush     on;

    keepalive_timeout  65;

    #gzip  on;

    server {

        listen 80;
        server_name example.org;
        client_max_body_size 20M;
        charset utf-8;

        location /static {
            alias /var/www/static;
        }

        location / {
            proxy_pass [***]
            proxy_set_header Host $host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
        }

    }
}

Run docker stack deploy -c docker-compose.yml wirecloud (or docker-compose -f docker-compose.yml up), wait for it to initialize completely, and visit [***], http://localhost, or [***] (as appropriate). Also, take into account that you should configure https to have a production-ready deployment of WireCloud (not covered by this example).

Customizations

If you want to customize your WireCloud installation, the best option is to create a new docker image by extending one of the official images and installing new modules. For example, you can follow the following tutorial for creating a custom theme and install it on the extended image and use the DEFAULT_THEME environment variable to configure it as the default theme.

License

View license information for WireCloud.

Supported Docker versions

This image is officially supported on Docker version 1.7.0.

Support for older versions (down to 1.0) is provided on a best-effort basis.

User Feedback

Documentation

This document should provide everything you need to install WireCloud using docker. Anyway, you can find the User & Programmer's Manual and the Administration Guides on Read the Docs.

Issues

If you have any problems with or questions about this image, please contact us through a GitHub issue.

You can also reach many of the official image maintainers via the fiware and fiware-wirecloud tags on StackOverflow.

Contributing

You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.

Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.

查看更多 wirecloud 相关镜像 →
fiware/orion logo
fiware/orion
支持NGSI-v2标准的上下文代理,用于物联网环境中上下文信息的存储、查询与管理,为应用提供实时上下文数据服务。
195M+ pulls
上次更新:未知
fiware/orion-ld logo
fiware/orion-ld
基于NGSI-LD标准的上下文代理,用于物联网环境中上下文信息的收集、存储、查询与分发,支持标准化数据交互的核心组件。
11M+ pulls
上次更新:未知
fiware/iotagent-ul logo
fiware/iotagent-ul
Ultralight 2.0协议的IoT Agent,支持AMQP、HTTP和MQTT传输,作为Ultralight与上下文broker的NGSI接口之间的桥梁。
3100K+ pulls
上次更新:未知
fiware/cygnus-ngsi logo
fiware/cygnus-ngsi
Cygnus-NGSI是FIWARE生态中的上下文数据持久化连接器,基于Apache Flume构建,负责将上下文数据源路由并持久化到第三方数据库和存储系统,提供上下文历史视图。
1100K+ pulls
上次更新:未知
fiware/iotagent-json logo
fiware/iotagent-json
基于JSON协议的IoT代理,支持MQTT、HTTP等多种传输方式,作为JSON与上下文代理的NGSI接口之间的桥梁。
2100K+ pulls
上次更新:未知
fiware/biz-ecosystem-logic-proxy logo
fiware/biz-ecosystem-logic-proxy
FIWARE Business API Ecosystem GE的Business Ecosystem Logic Proxy组件Docker镜像,用于部署业务生态系统逻辑代理服务,需配合外部MongoDB和ElasticSearch容器,支持环境变量或配置文件进行参数配置。
110K+ pulls
上次更新:未知

轩辕镜像配置手册

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式

登录仓库拉取

通过 Docker 登录认证访问私有仓库

Linux

在 Linux 系统配置镜像服务

Windows/Mac

在 Docker Desktop 配置镜像

Docker Compose

Docker Compose 项目配置

K8s Containerd

Kubernetes 集群配置 Containerd

K3s

K3s 轻量级 Kubernetes 镜像加速

Dev Containers

VS Code Dev Containers 配置

MacOS OrbStack

MacOS OrbStack 容器配置

宝塔面板

在宝塔面板一键配置镜像

群晖

Synology 群晖 NAS 配置

飞牛

飞牛 fnOS 系统配置镜像

极空间

极空间 NAS 系统配置服务

爱快路由

爱快 iKuai 路由系统配置

绿联

绿联 NAS 系统配置镜像

威联通

QNAP 威联通 NAS 配置

Podman

Podman 容器引擎配置

Singularity/Apptainer

HPC 科学计算容器配置

其他仓库配置

ghcr、Quay、nvcr 等镜像仓库

专属域名拉取

无需登录使用专属域名

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

轩辕镜像免费版与专业版有什么区别?

免费版仅支持 Docker Hub 访问,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。

轩辕镜像支持哪些镜像仓库?

专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等;免费版仅支持 docker.io。

流量耗尽错误提示

当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。

410 错误问题

通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。

manifest unknown 错误

先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。

镜像拉取成功后,如何去掉轩辕镜像域名前缀?

使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

用户头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
fiware/wirecloud
官方博客Docker 镜像使用技巧与技术博客
热门镜像查看热门 Docker 镜像推荐
一键安装一键安装 Docker 并配置镜像源
咨询镜像拉取问题请 提交工单,官方技术交流群:1072982923
轩辕镜像面向开发者与科研用户,提供开源镜像的搜索和访问支持。所有镜像均来源于原始仓库,本站不存储、不修改、不传播任何镜像内容。
咨询镜像拉取问题请提交工单,官方技术交流群:
轩辕镜像面向开发者与科研用户,提供开源镜像的搜索和访问支持。所有镜像均来源于原始仓库,本站不存储、不修改、不传播任何镜像内容。
官方邮箱:点击复制邮箱
©2024-2026 源码跳动
官方邮箱:点击复制邮箱Copyright © 2024-2026 杭州源码跳动科技有限公司. All rights reserved.