Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 161 Bytes

misc.md

File metadata and controls

9 lines (6 loc) · 161 Bytes

Miscellaneous Things

Docker

When I want to keep a Docker container running to poke around in the terminal

ENTRYPOINT ["tail", "-f", "/dev/null"]