Skip to content

Instantly share code, notes, and snippets.

View rajat2502's full-sized avatar
🏠
Working from home

Rajat Verma rajat2502

🏠
Working from home
View GitHub Profile

Set the base image to Ubuntu must be first instruction - use docker search to find images

FROM ubuntu # <image>
FROM ubuntu:latest # - <image>:<tag>
FROM ubuntu:precise (LTS)

Set the maintainer info

@akashnimare
akashnimare / git_tips.md
Last active March 16, 2020 10:11
Git tips for first time contributors