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
- Host: GitHub
- URL: https://github.com/eiberham/recache
- Owner: eiberham
- License: mit
- Created: 2020-06-15T09:34:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T02:59:29.000Z (almost 6 years ago)
- Last Synced: 2025-05-20T19:22:26.466Z (about 1 year ago)
- Topics: arc, docker, fusion
- Language: Go
- Homepage:
- Size: 9.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Recache
Restart fusion cache
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.
## 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