docker build --tag f0c1s/kilo-text .
docker run --rm --interactive --tty f0c1s/kilo-text bash
# hint: press q to exit
# clean-up
docker ps | sed '1d' | grep "_" | grep "minutes ago" | awk '{print $1}' | xargs -n1 docker stop
docker ps -a | sed '1d' | grep "_" | grep "minutes ago" | awk '{print $1}' | xargs -n1 docker rm
-
Notifications
You must be signed in to change notification settings - Fork 0
License
IAmAnubhavSaini/kilo-text
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published