Learn and understand Docker technologies, with real DevOps practice!
-
Updated
Nov 9, 2020 - Go
{{ message }}
Learn and understand Docker technologies, with real DevOps practice!
This is a collection of tutorials for learning how to use Docker with various tools. Contributions welcome.
this will very quickly get out of hand if we allow it, i realize we don't have principles written down anywhere but to date one of them has been that binaries 'just work' without having to do any configuration. currently a user must set FN_MAX_REQUEST_SIZE, FN_MAX_RESPONSE_SIZE -- neither of these should be required to run.
test case:
cd tests/fn-system-tests/
go test -v
this
Framework for serverless Decentralized Applications using Ethereum, IPFS and other platforms
a Docker + Kubernetes network trouble-shooting swiss-army container
A toolkit for creating and managing declarative, self-healing infrastructure.
Lightweight mobile-friendly Docker Swarm management UI
WE HAVE MOVED: Please join us at Azure/aks-engine!
Reliability monitoring - e2e testing of GitHub workflow
Since moving the Communtity Cluster from GKE to DigitalOcean the reliability has dropped dramatically due to issues with the Cilium networking driver 1.4.0. A separate action will be required for this, but in the meantime it highlights a lack of e2e monito
Receive notifications when an image is updated on a Docker registry
Create jobs on a time-based schedule on Docker Swarm
Sample Docker Swarm cluster stack of tools
A self-hosted, open-source Platform as a Service that enables easy swarm deployments, load balancing, automatic SSL, metrics, analytics and more.
TODO: write up user story for this feature
This came up while reviewing #1734, adding Expires to de Digest method of pss/message.Message would work towards achieving this.
Portable Scalable web code editor to integrate into your sites and learning experiences
Docker deploy automation tool
Notes and scripts for setting up (yet another) Raspberry Pi computing cluster
Haven is an open source Docker container management system. It integrates container, application, cluster, image, and registry management in one single place.
Ethereum TypeScript Client Library - for perfect types and tiny builds.
Why are you submitting this feature request
Accounts are not currently protected in the event of the password database becoming public, or if the individual account holder has their password compromised.
Describe the solution you'd like
Yubikey support.
Describe alternatives you've considered
Please don't use SMS.
Additional context
The account is worth protecting. It
Add a description, image, and links to the swarm topic page so that developers can more easily learn about it.
To associate your repository with the swarm topic, visit your repo's landing page and select "manage topics."
Following
https://web3js.readthedocs.io/en/v1.3.0/web3-utils.html?highlight=BN#bn
Run:
new BN('0xea').toString();
Expected behavior
"234"
Actual behavior
"3450"
PS: web3.utils.toBN('0xea') returns "234" correctly