Skip to content

Instantly share code, notes, and snippets.

View jcmonteiro's full-sized avatar
🤖

João C. Monteiro jcmonteiro

🤖
View GitHub Profile
@dwilkie
dwilkie / docker-cheat-sheat.md
Last active May 12, 2024 14:08
Docker Cheat Sheet

Build docker image

$ cd /path/to/Dockerfile
$ sudo docker build .

View running processes