Skip to content

Commit

Permalink
decoupling installer
Browse files Browse the repository at this point in the history
  • Loading branch information
olafrv committed Oct 18, 2024
1 parent b2a542d commit 17a1935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ make run # with python3 interpreter
## Run (Docker)

```shell
./install-docker.sh # install docker with compose capabilities
# If you don't have it (latest docker official version)
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/olafrv/my_collections/refs/heads/main/scripts/bash/install-docker.sh)"
make docker.build # build docker image with python requirements
make docker.run # A) without compose, and removed after stopped
make docker.start # B.1) with compose running in background as service
Expand Down
22 changes: 0 additions & 22 deletions install-docker.sh

This file was deleted.

0 comments on commit 17a1935

Please sign in to comment.