Skip to content

Instantly share code, notes, and snippets.

View peterbonnesoeur's full-sized avatar
🏗️
Building

Maxime Bonnesoeur peterbonnesoeur

🏗️
Building
View GitHub Profile
@peterbonnesoeur
peterbonnesoeur / .vimrc
Created July 25, 2022 10:02
My .vimrc config
" Don't try to be vi compatible
set nocompatible
" Helps force plugins to load correctly when it is turned back on below
filetype off
" TODO: Load plugins here (pathogen or vundle)
" Turn on syntax highlighting
syntax on
@peterbonnesoeur
peterbonnesoeur / docker-cheat-sheat.md
Last active June 18, 2021 13:53 — forked from dwilkie/docker-cheat-sheat.md
Docker Cheat Sheet

Build docker image

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

View running processes