Skip to content

Commit

Permalink
Remove the docker stuff
Browse files Browse the repository at this point in the history
This is not used anymore.
  • Loading branch information
gregdel authored and PouuleT committed Oct 26, 2023
1 parent 70aa05a commit 03ca1e3
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 75 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ config.yaml
config.yml
token.yml
./polochon
docker/docker-compose.yml

*.coverprofile
coverage.html
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,3 @@ chmod +x polochon
cd app
go build *.go
```

#### From a docker image

The docker images is built on the docker hub and can be downloaded using the following command:

```sh
docker pull odwrtw/polochon
```

A `docker-compose` file example is available [here](./docker/docker-compose.yml.example) and the readme for this file [here](./docker/README.md).
20 changes: 0 additions & 20 deletions docker/Dockerfile

This file was deleted.

23 changes: 0 additions & 23 deletions docker/README.md

This file was deleted.

13 changes: 0 additions & 13 deletions docker/docker-compose.yml.example

This file was deleted.

8 changes: 0 additions & 8 deletions docker/run.sh

This file was deleted.

0 comments on commit 03ca1e3

Please sign in to comment.