-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
686 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
## Build: docker build --force-rm --no-cache -t "qtool" . | ||
## Run Interactive: docker run -it qtool | ||
## Run Interactive: docker run -it qtool /bin/bash | ||
## Run Daemon: docker run -d qtool | ||
## Build: docker build --force-rm --no-cache -t "qasa" . | ||
## Run Interactive: docker run -it qasa | ||
## Run Interactive: docker run -it qasa /bin/bash | ||
## Run Daemon: docker run -d qasa | ||
## apt-get install --reinstall ca-certificates | ||
|
||
## Debian-base build... | ||
FROM python:3.10.6-slim-buster | ||
ADD . /app | ||
RUN pip install -r /app/requirements.txt | ||
CMD ["python3", "/app/qtool.py", "exec", "scheduler"] | ||
CMD ["python3", "/app/qasa.py", "exec", "scheduler"] | ||
|
||
## | ||
### Alpine Linux build... | ||
# FROM python:3.10.6-alpine3.16 | ||
# RUN set -ex && apk add --no-cache gcc libc-dev | ||
# ADD . /app | ||
# RUN pip install -r /app/requirements.txt | ||
# CMD ["python3", "/app/qtool.py", "exec", "scheduler"] | ||
# CMD ["python3", "/app/qasa.py", "exec", "scheduler"] | ||
|
||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters