Commit Graph

110 Commits

Author SHA1 Message Date
dependabot[bot]
ee308a0729 Bump github.com/docker/docker in /src (#37)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.6+incompatible to 24.0.7+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.6...v24.0.7)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v2.0.6
2023-11-23 01:57:47 -07:00
dependabot[bot]
82a3d6258e Bump github.com/docker/docker in /src (#36)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.4+incompatible to 24.0.6+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.4...v24.0.6)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 00:03:22 +00:00
d3lity
30ea96a062 Fix mem bloat (#32)
* Create only one dockerClient

* remove now obsolete import
v2.0.5
2023-07-31 12:15:33 -07:00
technotiger
763606ebfa Added API version negotiation to group.go (#28)
* Update lazytainer.go

Negotiate docker API version to prevent "client version is too new" error

* Update group.go

negotiate docker API version
v2.0.4
2023-07-20 09:40:52 +00:00
Victor
716c1a9557 Added clarifications (#25)
* Added clarifications

* Update docker-compose.yaml

---------

Co-authored-by: Morgan Patterson <31448722+vmorganp@users.noreply.github.com>
2023-07-16 07:08:27 -07:00
technotiger
5ee3d9f59f Negotiate docker API version
Negotiate docker API version to prevent "client version is too new" error
v2.0.3
2023-07-16 06:29:49 -07:00
dependabot[bot]
7f3146730f Bump github.com/docker/docker in /src (#24)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.2+incompatible to 24.0.4+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.2...v24.0.4)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-11 01:33:25 -07:00
vmorganp
34b3e565cc formatting 2023-07-04 01:10:54 -07:00
dependabot[bot]
f1b29b646b Bump github.com/docker/docker in /src (#22)
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.0+incompatible to 24.0.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases)
- [Commits](https://github.com/docker/docker/compare/v24.0.0...v24.0.2)

---
updated-dependencies:
- dependency-name: github.com/docker/docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-23 16:02:05 -07:00
Morgan Patterson
4cb0c8dd7d give pr's permission to publish 2023-06-23 15:34:50 -07:00
Morgan Patterson
58f84197f3 build pull requests for ease of testing validation 2023-06-23 15:21:10 -07:00
Morgan Patterson
1ff58fcc18 Create dependabot.yml v2.0.2 2023-05-19 11:07:31 -07:00
Morgan Patterson
f20854a77b version bumps (#20) 2023-05-19 11:02:51 -07:00
vmorganp
bec73c0028 fix sleep/stop method conflicts v2.0.1 2023-03-04 17:23:16 -07:00
calrock27
7640eb1f3d Satisfactory example for Lazytainer 2.0 (#18)
* Reworked satisfactory example with v2.0

* README.md creation
2023-02-22 20:44:04 -07:00
vmorganp
671edc061f use ghcr for README.md demo v2.0.0 2023-02-01 02:03:38 -07:00
Morgan Patterson
ba539db2ec fix docs for buidkit
fix docs for buidkit
2023-02-01 01:49:30 -07:00
Morgan Patterson
aa0de8a4e1 ReWork groups (#16)
* remove packet count testing subproject

* move examples

* delete docker ignore after file reorganization

* Notes for later me

* Update minecraft example

* README updates

* More readme updates

* change groups to group

* code comments

* remove notes to self

* remove ...

* fix zerotier example

* fix bad copypasta

* Readme updates

* fix indentation

* Create FUNDING.yml

---------

Co-authored-by: Morgan <morgan@pop-os.localdomain>
2023-02-01 01:33:57 -07:00
Jack Bailey
9f7ee665be Amend container name to match config (#13) v1.3.1 2022-10-08 18:34:51 -07:00
Jack Bailey
0e04ce9331 Add interface environment variable (#12)
* Add interface environment variable

* Add back accidentally removed comment

* Update README to reflect changes

* Fix typos

* Add ZeroTier guide

* README formatting

Co-authored-by: Morgan Patterson <31448722+vmorganp@users.noreply.github.com>
2022-10-08 12:36:22 -07:00
vmorganp
138d929593 pluralize docs 2022-09-24 07:33:10 -07:00
vmorganp
f5292e4f0a Upgrade Docs 2022-09-23 10:24:55 -07:00
pratikbin
4f8f0cadeb fix: slim container image... (#6)
* fix: slim container image...

- Add ignore all exept go files in .dockerignore
- Remove unnecessary spaces
* fix: alpine based image, install g++ in build ...
* For trimpath and ldflags s w

* fix: scratch base, static bin, utilize buildkit...

- Use scratch base image
- Use golang buster as build image
- Static bunary
- Utilize buildkit with gomod and build caching

Authored-by: pratikbin <pratikbin+010101@no-reply-github.com>
v1.2.2
2022-09-06 23:46:26 -07:00
Morgan Patterson
778108e17a Add note about port configuration to README 2022-09-06 22:10:26 -07:00
Morgan Patterson
fb09e7fdf7 Add support for arm v7 (#9)
* add armv7 support

* put branch name back after testing
v1.2.1
2022-09-06 16:35:58 -07:00
pratikbin
a10c8a7d7b fix: non shell based socks scan... (#7)
* fix: non shell based socks scan...

- gomod upgrade to fix all CVEs

* chore: remove old ports list for shell

authored-by: pratikbin <pratikbin+010101@no-reply-github.com>
2022-09-06 16:29:42 -07:00
vmorganp
c70c2b3b02 comment formatting v1.2.0 2022-09-02 00:40:56 -07:00
vmorganp
822d3eec6d fix readme typo 2022-09-02 00:39:20 -07:00
Morgan Patterson
c1e068be6c add pause option 2022-09-02 00:32:16 -07:00
vmorganp
2e69b8d6d1 Fix spelling errors in logs/comments v1.1.1 2022-09-01 08:18:58 -07:00
Morgan Patterson
1256eea88d Multiplatform Image v1.1.0 2022-09-01 00:55:06 -07:00
vmorganp
9823afa129 remove pointless assignment, fix logs/errors 2022-08-29 11:04:29 -07:00
Morgan Patterson
61a3c2bc17 Update docs to address some common questions, include build status v1.0.0 2022-08-28 13:31:42 -07:00
Morgan Patterson
5befafe343 bump version 2022-04-12 08:26:40 -07:00
Morgan Patterson
386f5be7af no reason for nightly builds 2021-10-29 08:51:10 -07:00
Morgan Patterson
01cb73f6a5 add more logging if verbose, fix issue where long lived crashes due to overflow in rx_packets 2021-10-20 18:46:10 -07:00
Morgan Patterson
07ab83f801 fix mc example 2021-10-18 23:28:59 -07:00
vmorganp
12842595e4 logging readmes and comments 2021-10-18 01:30:07 -07:00
vmorganp
1954550f3e make the demo compose more interesting to watch, update readmes 2021-10-18 01:13:26 -07:00
vmorganp
7325564518 remove unused function 2021-10-18 00:59:45 -07:00
vmorganp
9a651eea1e one less env var, more betterer logging 2021-10-18 00:49:15 -07:00
vmorganp
cadd5cdf66 Update defaults, no longer need rxHistLength 2021-10-17 12:12:02 -07:00
vmorganp
6d2c19fcd8 fix ports 2021-10-16 04:17:32 -07:00
vmorganp
1f5822dc94 fix broken env vars 2021-10-16 04:06:27 -07:00
vmorganp
b46d048354 use docker library, organize code, trim logs to only relevant stuff, cut image size 2021-10-16 03:55:45 -07:00
vmorganp
d97eb2021e de-snake my case, cut out some unnecessary lines 2021-10-16 01:22:21 -07:00
vmorganp
4cf3670827 Merge branch 'master' of https://github.com/vmorganp/lazytainer 2021-10-13 23:17:16 -07:00
vmorganp
27479945a0 remove com. 2021-10-13 23:17:07 -07:00
Morgan Patterson
0f70b9527f Merge pull request #1 from vmorganp/add-license-1
Create LICENSE
2021-10-13 23:12:26 -07:00
Morgan Patterson
8c77432347 Create LICENSE 2021-10-13 23:12:10 -07:00