Skip to content
#

containers

Here are 1,840 public repositories matching this topic...

gun1x
gun1x commented Jun 3, 2019

The SDK is very unfriendly for beginners.

Apart from the fact every program imports docker/docker (including docker-ce and kubernetes) and that redirects to moby/moby on the website, the default version you get from go is v1.13.1 and people just seem to import specific commits. The releases can not be seen on moby/moby but can be found on docker/engine however you can not import s

netdata
amoss
amoss commented Oct 16, 2019
Bug report summary

Running the netdata-installer.sh as a non-root user produces instructions on how to escalate privilege for the apps plugin. The instructions cannot be cut and pasted into a shell as there are some extra escaping characters in front of the quotes.

To run apps.plugin with escalated capabilities:

    sudo chown root:amoss \"/home/amoss/netdata/dev-install/netdat
medyagh
medyagh commented Oct 25, 2019

I feel like there could be a brush up on the minikube emojis,

minikube delete

its kind of weird in one emoji we have breaking heart and the one after is fire...

🔥  Removing /root/.minikube/machines/minikube ...
💔  The "minikube" cluster has been deleted.
🔥  Successfully deleted profile "minikube"

this specially looks weird when deleting multiple profiles

minikub

yevgenypats
yevgenypats commented Aug 16, 2019

Hi, I'm Yevgeny Pats Founder of Fuzzit - Continuous fuzzing as a service platform.

We have a free plan for OSS and I would be happy to contribute a PR if that's interesting.
The PR will include the following

  • go-fuzz fuzzers (This is generic step not-connected to fuzzit)
  • Continuous Fuzzing of master branch which will generate new
onlyjob
onlyjob commented Aug 3, 2018

rkt run ./mycontainer_image.aci.tar.gz fails with error run: invalid image string on valid container image but succeeds when image file is renamed (or symlinked) to mycontainer_image.aci.

IMHO it is unnecessary to enforce image file names to end with .aci.
Structure of the .ACI file is gzipped tarball (.tar.gz) and having images named as such allows browsing images file system with t

sujit-kamireddy
sujit-kamireddy commented Oct 30, 2019

Upon running
skaffold run --enable-rpc -v info --rpc-http-port 51328 --filename skaffold.yaml
time="2019-08-07T11:51:11-07:00" level=info msg="Skaffold &{Version:v0.27.0 ConfigVersion:skaffold/v1beta8 GitVersion: GitCommit:6e9c61df6336540325b927071d62947b261a77bf GitTreeState:clean BuildDate:2019-04-12T17:58:53Z GoVersion:go1.11.8 Compiler:gc Platform:darwin/amd64}"

Expected behavior

Th

kevpar
kevpar commented Jul 31, 2019

There are very similar or identical dialer implementations in (at least) pkg/dialer, pkg/ttrpcutil, and runtime/v2/shim. It looks like there is potential to unify these into set of dialer functionality (probably in pkg/dialer).

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

szihai
szihai commented Jul 6, 2018

Can you extend the try out in Installation.md to:

  1. run a pouch container.
  2. use an Ali or customer container instead of a Docker container.
    and
  3. Ask user to log into the container and experience the vm like environment?
pulumi
melbourne2991
melbourne2991 commented Apr 18, 2019

I'm a bit confused about the registerOutputs call and what actually is considered an output.
The current documentation says this:

Components can define their own properties using registerOutputs. The Pulumi engine uses this information to display the logical outputs of the component. The call to registerOutputs also tells Pulumi that the resource is done registering children and should be c

Loading…
You can’t perform that action at this time.