Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszPerczak committed May 27, 2022
2 parents 742e362 + 66b8e05 commit 71ee7d0
Showing 1 changed file with 0 additions and 36 deletions.
36 changes: 0 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,42 +8,6 @@

<p align="center"><img src="images/app.png" alt="Sounder"></p>

## Running app in container

In docker-compose:

```sh
docker-compose up
```

In docker:

```sh
docker build . -t sounder
docker run sounder
```

In podman:

```sh
podman build . -t sounder
podman run sounder
```

In podman on wsl:

```sh
podman build . -t sounder --events-backend=file
podman run sounder --events-backend=file
```

In docker for development purpose:

```sh
docker build . -t sounder-dev -f Dockerfile.dev
docker run -it sounder-dev
```

## Used Libraries

- tkinter
Expand Down

0 comments on commit 71ee7d0

Please sign in to comment.