mirror of
https://github.com/soxoj/maigret.git
synced 2026-05-06 22:19:01 +00:00
Changed docker run to interactive and remove on exit (#675)
This commit is contained in:
@@ -82,7 +82,7 @@ pip3 install -r requirements.txt
|
|||||||
docker pull soxoj/maigret
|
docker pull soxoj/maigret
|
||||||
|
|
||||||
# usage
|
# usage
|
||||||
docker run soxoj/maigret:latest username
|
docker run -it --rm soxoj/maigret:latest username
|
||||||
|
|
||||||
# manual build
|
# manual build
|
||||||
docker build -t maigret .
|
docker build -t maigret .
|
||||||
|
|||||||
Reference in New Issue
Block a user