-
Updated
May 12, 2020 - Go
swarm
Here are 494 public repositories matching this topic...
Expected behavior
The path defined for example in the tsconfig
file of the web3-providers-http
package is misleading and should get corrected if possible in a non-breaking manner.
Actual behavior
The defined path is web3-providers
instead of web3-providers-http
.
Steps to reproduce the behavior
- Open a
tsconfig
file from one of the provider packag
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
The platform-info
command only shows the list of build versions of each platform.
It was be great if the command also show information about the platform content, like supported versions, configuration files supported, etc..
One way to do this is creating a yaml file .spec
inside each platform, with these informations.
ex:
name: python
default_version: "2.7.14"
supported_v
Feature Request
Add more configuration options for storage (IPFS). Command line arguments, for example.
Summary
For example, I want to develop my apps using IPFS. But I do not need to use it online. For example, running with --offline
flag.
There two main ways to make it:
- Creating a variable called
args
inconfig/storage.js
that would store extra argumens for the IPFS i
-
Updated
Feb 17, 2020
-
Updated
Nov 22, 2018 - Go
Expected behavior
Example Voting Application builds
Actual behavior
gunicorn fails to build due to wrong Python version
Information
Happens every time I run command docker-compose up build
Windows cmd shell output :
Digest: sha256:a9d3631c5062a6759362dafae7192041f6c10d83a9632daaab02024ccdae906d
Status: Downloaded newer image for python:2.7-alpine
---> 037e005d160a
Step 2/7 : WORK
In the Kubernetes admin course, we mention CoreOS Tectonic, but it may soon be folded into OpenShift. The slides should be updated to clarify (and, while we're there, add a few other options).
This is in file slides/k8s/setup-selfhosted.md.
[Discussion in #446](https://github.com/jpetazzo/container.training/pull/446/files/3f40cc25a2f31e54a02d64e683deee1be9837e86#diff-2ffe1c2ff95f331d6a12f9ea
-
Updated
May 6, 2020 - Dockerfile
It would be nice to have a healthcheck without writing YAML file.
I'm starting minio service, and it has 2 routes k8s style Liveness and Readiness. More here https://docs.min.io/docs/minio-monitoring-guide.html
Is it make any sense to implement such a feature?
The README.md currently mentions how to do this using DNS, but could this process not be improved on by using Consul instead?
As already mentioned in the readme, DockerSwarm.rocks recommends Traefik and HTTPS. This install uses Consul as a key-value store for the SSL certificates, which means many/most of the Docker Swarm installs following that recipe will have C
-
Updated
Mar 22, 2019 - Go
Actual Behavior:
What is the issue? *
for convenient way, we need help user to easily install crane by bash script.
What is the expected behavior?
such as curl -sSL http://crane.shurenyun.com/install | bash
git-tar needs to clone with a unique path (including branch)
Expected Behaviour
git-tar should clone to a path like: /tmp/owner/repo/branch
to avoid conflicts
Current Behaviour
It clones to:
func clone(pushEvent sdk.PushEvent) (string, error) {
workDir := os.TempDir()
destPath := path.Join(workDir, path.Join(pushEvent.Repository.Owner.Login, pushEvent.Repository.Nam
-
Updated
May 11, 2020 - Go
-
Updated
Dec 22, 2019 - HTML
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.
Create a simple example of creating instances, installing docker, setting up security groups, LB's, etc. with Terraform, ideally for digital ocean and AWS.
Some examples:
https://github.com/Praqma/terraform-aws-docker
https://github.com/mlabouardy/terraform-aws-labs/tree/master/docker-swarm-cluster
Would make sense to mention minimum requirements.
Node left the swarm.
pi@pi2swarm7:~/dev/spaceagency-funker $ docker network create --attachable -d overlay funker
unknown flag: --attachable
See 'docker network create --help'.
pi@pi2swarm7:~/dev/spaceagency-funker $ docker version
Client:
Version: 1.12.3
API version: 1.24
Go version: go1.6.3
Git commit: 6b644ec
Bui
-
Updated
Apr 25, 2020 - Python
-
Updated
May 1, 2020 - C
I installed swarmlet on a domain, but can't seem to get anything but 404s. Should swarmpit be accessible from swarmpit.domain.tld?
-
Updated
Jul 6, 2018 - Java
-
Updated
Apr 5, 2020 - TypeScript
Hi @JuniusLuo . Could you please publish Firecamp upgrade guide to the wiki? I'm running 0.9.6 and would like to upgrade to 1.0 but worrying about the correct procedure.
Why are you submitting this feature request
the REST requests GET[https://api.temporal.cloud//v2/account/key/ipfs/get]
returns
{
"code": 200,
"response": {
"key_ids": [
"QmY8Ho4JurCFM8E3sf7tHc7px6J8s3tw1QPbpczrKZrtfY",
"12D3KooWAY2D4azyxxiAYPPdEwnrZf4M1aa5RHtaDrJ5T3VqTdJb"
],
"key_names": [
"chaingrok-TestKey1",
"chaingrok-TestKey2"
]
Improve this page
Add a description, image, and links to the swarm topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the swarm topic, visit your repo's landing page and select "manage topics."
Which lab is it that you're having issues with?
Lab: Docker for Java Developers
Description
When deploying Java applications in production one usually specifies the amount of memory available to the JVM (-Xmx) and other assorted configuration settings. Unfortunately, this is (usually) static configuration and therefore fixed in the container image. When specifying memory constraints