Skip to content
#

swarm

Here are 494 public repositories matching this topic...

jetztgradnet
jetztgradnet commented Oct 16, 2017

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

web3.js
nivida
nivida commented Jan 24, 2020

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

  1. Open a tsconfig file from one of the provider packag
rdallman
rdallman commented Jun 13, 2018

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

guilhermebr
guilhermebr commented Oct 30, 2019

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
embark
meyer1994
meyer1994 commented Jul 15, 2019

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 in config/storage.js that would store extra argumens for the IPFS i
roybooth
roybooth commented Mar 29, 2020

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

Sarke
Sarke commented Jul 8, 2019

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

alexellis
alexellis commented Mar 9, 2020

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
alexellis
alexellis commented Dec 7, 2016

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
chaingrok
chaingrok commented Jan 18, 2020

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.

Curate this topic

Add this topic to your repo

To associate your repository with the swarm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.