Compare commits
4 Commits
5dd89335f0
...
v1.4.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
058a5ab81d
|
|||
|
8ab18d8d0c
|
|||
|
41566ed81f
|
|||
|
e9363bd28f
|
@@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
## How do I get started?
|
## How do I get started?
|
||||||
|
|
||||||
docker-finance (`dfi`) is not your typical Docker image in which you simply pull and containerize. `dfi` is an *image-based* accounting system that operates translucently between your client (host) and container; keeping your finances containerized (with all the benefits of containerization).
|
docker-finance (`dfi`) is not your typical Docker image in which you simply pull and containerize: `dfi` is an *image-based* accounting system that operates translucently between your client (host) and container; keeping your financial world containerized (and with all the benefits of containerization).
|
||||||
|
|
||||||
To get started, you'll only need a modern Linux client (host) with a working Docker installation.
|
To get started, you'll only need a modern Linux client (host) with a working Docker installation.
|
||||||
|
|
||||||
@@ -64,7 +64,7 @@ To get started, you'll only need a modern Linux client (host) with a working Doc
|
|||||||
```bash
|
```bash
|
||||||
# NOTE: you can change the domain to `gitea.com`, as this repository is also mirrored there
|
# NOTE: you can change the domain to `gitea.com`, as this repository is also mirrored there
|
||||||
if hash git &>/dev/null; then
|
if hash git &>/dev/null; then
|
||||||
if ! git clone --depth=1 https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo -b v1.3.0; then
|
if ! git clone --depth=1 https://gitea.evergreencrypto.co/EvergreenCrypto/docker-finance docker-finance/repo -b v1.4.0; then
|
||||||
echo "FATAL: docker-finance repo not cloned" >&2
|
echo "FATAL: docker-finance repo not cloned" >&2
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user