Commit Graph

5 Commits

Author SHA1 Message Date
Roxie Gibson b9e06f2310
feat: added util formatting for the cil 2021-07-17 09:27:52 +01:00
Roxie Gibson ae68f3aa95
chore: go mod tidy for dependancy 2021-07-17 04:35:43 +01:00
Roxie Gibson 5e1b076bf9
feat: very basic context management
Taken from this gist by github.com/agbaraka

https://gist.github.com/agbaraka/654a218f8ea13b3da8a47d47595f5d05

There is no in-built way of dealing with contexts using the golang sdk.

This means we have to make our own Dial helper borrowing from Docker CLI

This means all Docker API calls are made within the ssh connection

This uses `docker system dial-stdio`
2021-07-16 09:32:24 +01:00
Roxie Gibson 881ccfd820
chore: added libs i plan to use in future 2021-07-15 08:06:12 +01:00
Roxie Gibson 9e52e9f676
Initial Commit
Added some cli commands
2021-07-13 22:34:32 +01:00