Skip to content

Instantly share code, notes, and snippets.

View orphefs's full-sized avatar

Orfeas Kypris orphefs

  • Oxford, UK
View GitHub Profile
@orphefs
orphefs / sampleREADME.md
Created July 21, 2020 15:56 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here

@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