proxy.golang.org : github.com/rnataraja/stacker : v0.7.1
* This file is a little bit strange. The problem is that we want to do * daemonized containers with liblxc, but we can't spawn containers in threaded * environments (i.e. golang), with go-lxc. So instead, we embed some C into * our program that catches execution before golang starts. This way, we can do * a tiny C program to actually spawn the container. * * We do this in the "stacker" package so that if anyone uses the library, the * re-exec will actually work. Of course, this is slightly impolite, but what * can you do.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/rnataraja/[email protected]
Published:
Indexed:
- github.com/Microsoft/go-winio v0.4.16
- github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be
- github.com/apex/log v1.9.0
- github.com/cheggaaa/pb/v3 v3.0.6
- github.com/containers/image/v5 v5.10.5
- github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a
- github.com/docker/docker v20.10.5+incompatible
- github.com/dustin/go-humanize v1.0.0
- github.com/fatih/color v1.10.0
- github.com/flosch/pongo2 v0.0.0-20200913210552-0d938eb266f3
- github.com/freddierice/go-losetup v0.0.0-20170407175016-fc9adea44124
- github.com/google/uuid v1.2.0
- github.com/gorilla/mux v1.8.0
- github.com/gorilla/websocket v1.4.2
- github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51
- github.com/klauspost/pgzip v1.2.5
- github.com/lxc/lxd v0.0.0-20210310184845-3f4b9a249e3d
- github.com/mitchellh/hashstructure v1.1.0
- github.com/moby/sys/mountinfo v0.4.1
- github.com/opencontainers/go-digest v1.0.0
- github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6
- github.com/opencontainers/umoci v0.4.7-0.20210306002704-130e11adfe10
- github.com/pborman/uuid v1.2.1
- github.com/pkg/errors v0.9.1
- github.com/prometheus/client_golang v1.9.0
- github.com/prometheus/common v0.18.0
- github.com/prometheus/procfs v0.6.0
- github.com/russross/blackfriday/v2 v2.1.0
- github.com/sirupsen/logrus v1.8.1
- github.com/smartystreets/assertions v1.0.1
- github.com/smartystreets/goconvey v1.6.4
- github.com/stretchr/testify v1.7.0
- github.com/twmb/algoimpl v0.0.0-20170717182524-076353e90b94
- github.com/udhos/equalfile v0.3.0
- github.com/urfave/cli v1.22.5
- github.com/vbatts/go-mtree v0.5.0
- golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
- golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
- golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
- golang.org/x/sys v0.0.0-20210309074719-68d13333faf2
- golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d
- golang.org/x/text v0.3.5
- google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e
- google.golang.org/grpc v1.36.0
- gopkg.in/lxc/go-lxc.v2 v2.0.0-20210307013912-d9b9f727ce0f
- gopkg.in/robfig/cron.v2 v2.0.0-20150107220207-be2e0b0deed5
- gopkg.in/yaml.v2 v2.4.0