Skip to content

Instantly share code, notes, and snippets.

View sochi's full-sized avatar

Jan Sochor sochi

View GitHub Profile
@sochi
sochi / .docker-private-registry-with-read-write-control.md
Created February 5, 2020 20:01
Run docker private registry with read/write access control
@sochi
sochi / git_instructions.md
Last active May 26, 2019 19:54 — forked from ZeroDragon/How to clone a git repo to an existing folder (not empty).md
Clone a git repository to an existing non-empty folder

Clone a git repository to an existing folder

  1. Get to the existing directory
cd my/folder/
  1. Now start a new git repository
$ git init
@sochi
sochi / docker_cheat_sheat.md
Last active May 24, 2019 22:24 — forked from dwilkie/docker-cheat-sheat.md
Docker Cheat Sheet

Build docker image

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

View running processes