An open API service indexing awesome lists of open source software.

https://github.com/eiberham/recache

:hourglass: Restart fusion cache
https://github.com/eiberham/recache

arc docker fusion

Last synced: about 2 months ago
JSON representation

:hourglass: Restart fusion cache

Awesome Lists containing this project

README

          

# Recache
Restart fusion cache


snapshot

So this is a tiny tool i built out of necessity in order to help me speed things up in my job, what it does
is basically it lets me restart a docker container with just a couple of clicks in the system tray.
As i work with an engine called fusion based on JAMstack which leverages react library for rendering and it kind of has a docker container inside which among other
things cache its api content i need a way to somewhat reset this functionality during development to get things done faster.


GitHub
GitHub code size in bytes
GitHub top language
GitHub last commit
GitHub stars

## How to build it :rocket:

Install these dependencies

```console
foo@bar:~$ sudo apt install libappindicator3-dev gir1.2-appindicator3-0.1
```

Clone the repo

```console
foo@bar:~$ git clone https://github.com/eiberham/recache.git
```

Change directory into the src folder

```console
foo@bar:~$ cd recache/src
```

Run the build command as follows

```console
foo@bar:~$ go build -o ../bin/recache
```

That's it. The binary file will be located inside the bin folder