dynawo/dynawo-ci:
bash$> docker run -it -e LOCAL_USER_ID=`id -u $USER` -e LOCAL_GROUP_ID=`id -g $USER` -v FOLDER_PATH:/home/dynawo_user/SharedFolder dynawo/dynawo
bash> docker run -it -v FOLDER_PATH:/home/dynawo_user/SharedFolder dynawo/dynawo
For FOLDER_PATH syntax on Windows you can find help here.
Once inside the container the user can use the dynawo alias and launch:
bashdynawo_user@contaiderID:dynawo$> dynawo nrt
You can also build your image from sources by following these instructions.
Under the Developer folder we provide a Dockerfile to build an image containing all necessary tools to compile Dynaωo. This time the approach is to store the sources on your machine, so that you can use your favorite IDE to develop, and use the container to compile the code.
First you have to build an image with the following commands:
bash$> git clone [***] dynawo-docker $> cd dynawo-docker/Developer $> ./build_docker_image.sh
Then you need to create the container, this time we create a mirror user of you inside the container to be able to access files inside and outside the container. We share your entire HOME inside the container as the HOME of the mirror user in the container. We also provide this account with sudo privileges.
bash$> ./create_container.sh
Now you can connect to the newly created container with:
bash$> ./connect_to_container.sh
You can now download and install Dynaωo were you want to on your system, your home folder has been shared inside the container as the home folder of the user in the container (user with the same name uid and gid as you). For this you can use the script provided in the container and launch, we call MY_DYNAWO_PATH the path were you want to install Dynaωo on your machine:
bashyour_user_name@contaiderID:~$> /opt/install_dynawo.sh --prefix MY_DYNAWO_PATH
At the end of the script Dynaωo source code is available on your machine and has been fully compiled, you can then launch:
bashyour_user_name@contaiderID:MY_DYNAWO_PATH/dynawo$> dynawo nrt your_user_name@contaiderID:MY_DYNAWO_PATH/dynawo$> dynawo help
This time you need to launch a Windows command line interpreter. You also need to have Git for Windows installed to first checkout this repository. Then execute the following commands to create the image and a container:
bash> cd PATH_TO_THIS_REPOSITORY/Developer > docker build docker build -t dynawo-dev --no-cache . > docker run -it --name=dynawo-dev -v c:/Users/myName:/home/dynawo_developer dynawo-dev
You need to enable sharing of your C drive, follow official instructions here. Inside the container we created a user named dynawo_developer. You can then install Dynaωo inside the container with the following command:
bashdynawo_developer@contaiderID:~$> /opt/install_dynawo.sh --prefix MY_DYNAWO_PATH
For MacOS or Windows users we recommend using this solution as no toolchain is provided to compile Dynaωo natively on those OS. In this approach the Docker container is used as a substitute bash, with Linux compiler, to compile the code while still being able to edit Dynaωo source code natively on your machine with your favorite IDE. We also warn about the resources you allowed to the Docker deamon as it could result in very slow compilation or even failures, if it occurs we recommend to increase CPU and RAM allowed to Docker in the settings.
Dynaωo is licensed under the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, you can obtain one at [***] You can also see the LICENSE file for more information.
See here for external libraries licenses.
Dynaωo is currently maintained by people at RTE, in case of questions or issues, you can also send an e-mail to ***.
For more information about Dynaωo:
探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式
通过 Docker 登录认证访问私有仓库
在 Linux 系统配置镜像服务
在 Docker Desktop 配置镜像
Docker Compose 项目配置
Kubernetes 集群配置 Containerd
K3s 轻量级 Kubernetes 镜像加速
VS Code Dev Containers 配置
MacOS OrbStack 容器配置
在宝塔面板一键配置镜像
Synology 群晖 NAS 配置
飞牛 fnOS 系统配置镜像
极空间 NAS 系统配置服务
爱快 iKuai 路由系统配置
绿联 NAS 系统配置镜像
QNAP 威联通 NAS 配置
Podman 容器引擎配置
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 错误时,表示流量已耗尽,需要充值流量包以恢复服务。
通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。
先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。
使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。
来自真实用户的反馈,见证轩辕镜像的优质服务