Skip to content

Instantly share code, notes, and snippets.

View richardominq's full-sized avatar

Luis Richard Dominguez richardominq

View GitHub Profile
@richardominq
richardominq / comandos-docker.txt
Created September 22, 2021 23:22
comandos docker
GNU vim 5.2 docker.txt
# Estos comandos fueron utilizados en el Canal de Youtube del Pelado Nerd https://www.youtube.com/watch?v=CV_Uf3Dq-EU&t=2114s
# Los mismos no estan en el orden del video
git clone https://github.com/pablokbs/peladonerd
docker run postgres
docker run -e POSTGRES_PASSWORD=password postgres