Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
-
Updated
Dec 10, 2019 - Go
Docker is software that provides containers, which allows teams to emulate development environments. Docker began as an internal project, initially developed by dotCloud engineers.
Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
Real-time performance monitoring, done right! https://my-netdata.io/
mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于SpringBoot+MyBatis实现。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。
Drone is a Container-Native, Continuous Delivery Platform
about learning Spring Boot via examples. Spring Boot 教程、技术栈示例代码,快速简单上手教程。
Especially helpful if you're in the profile view in the single-column-layout. Apparently the top bar only reacts to the back button which is rather inconvenient.
Define and run multi-container applications with Docker
When using AUFS as the storage driver in docker (or podman, etc.) then the maximum number of layers that can have data is "42".
This is because each layer that has data is unpacked into the file-system and then union mounted over each other. AUFS only allows a maximum of 42 layers to be mounted over each other.
The hard-limit is 127 data layers which is due to the maximum number of argu
:whale: A curated list of Docker resources and projects
Move all Dockerfile samples to non-root user
As an OpenFaaS end-user, I want to run all samples on my OpenFaaS cluster, even with the new non-root feature enabled.
Learn and understand Docker technologies, with real DevOps practice!
Open Source application platform for creating Spring Boot + Angular/React projects in seconds!
Bug description
Don´t show table correctly
Expected behavior
A Table view normal
Steps to reproduce the issue:
Crreate a container with large ENV variable
Technical details:
docker run -p 9000:9000 portainer/portainer):Automated nginx proxy for Docker containers using docker-gen
Currently when adding an item to your cart, it only updates the cart counter graphic for that browser instance, not all connected clients. Using SignalR it should be relatively straightforward to update the cart counter on all connected clients.
Visual Docker Container Management on Mac & Windows
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
:tada: An Angular Starter kit featuring Angular (Router, Http, Forms, Services, Tests, E2E, Dev/Prod, HMR, Async/Lazy Routes, AoT via ngc), Karma, Protractor, Jasmine, Istanbul, TypeScript, TsLint, Codelyzer, Hot Module Replacement, @types, and Webpack
The problem as far as I understand is that libfoo.so's only knowledge about libcuda.so is its SONAME, which is libcuda.so.1, so a binary wanting to link in libfoo.so needs to know who to find libcuda.so.1 in order to verify the available symbols. Generally, ld's suggestion is to use -rpath-link to provide the path to the library, but the nvidia docker repository doesn't come with the symlink to li
Reaction is an API-first, headless commerce platform built using Node.js, React, GraphQL. Deployed via Docker and Kubernetes.
This issue is to support the following netdevice ioctls.
SIOCGIFMAP
SIOCGIFTXQLEN
SIOCGIFDSTADDR
SIOCGIFBRDADDR
Various Dockerfiles I use on the desktop and on servers.
Sample app deployed to GKE cluster
1.FATA[0011] reading manifests: kubectl create: Running [kubectl --context create --dry-run -oyaml -f k8s-pod.yaml]: stdout , stderr: Unable to connect to the server: net/ht
Do you want to request a feature or report a bug?
Documentation Bug
This concerns 1.x (1.7 specifically being used here) but may also apply to 2.x, and concerns the documentation more than the software.
What did you do?
We added our AWS VPC CIDR to our whitelisting.
What did you expect to see?