diff options
author | Adrien <adrien@luxeylab.net> | 2023-03-27 10:23:32 +0200 |
---|---|---|
committer | Adrien <adrien@luxeylab.net> | 2023-03-27 10:23:32 +0200 |
commit | 55ef7530aee661b5bcfbb9d1c8fffb7ab5dd03f2 (patch) | |
tree | 4a731f38279eebd09b61e3f022aa66d3019e3f89 /README.md | |
parent | a2be316d91e3117d620f39a29b910349f730760d (diff) | |
download | bottin-55ef7530aee661b5bcfbb9d1c8fffb7ab5dd03f2.tar.gz bottin-55ef7530aee661b5bcfbb9d1c8fffb7ab5dd03f2.zip |
cleaned Docker processfeat/better-docker
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ Features: - Access control through an ACL (hardcoded in the configuration file) -A Docker image is provided on the [Docker hub](https://hub.docker.com/r/lxpz/bottin_amd64). +A Docker image is provided on the [Docker hub](https://hub.docker.com/r/dxflrs/bottin) (built in `default.nix`). An example for running Bottin on a Nomad cluster can be found in `bottin.hcl.example`. Bottin takes a single command line argument, `-config <filename>`, which is the @@ -53,7 +53,7 @@ nix-build -A docker ```bash docker load < $(nix-build -A docker) -docker push ??? +docker push dxflrs/bottin:??? ``` ## Server initialization |