Docker cli wrapper niceties

From razwiki
Revision as of 17:23, 6 December 2021 by Razzi (talk | contribs) (Created page with "Default to current dir for docker build: doc build -> docker build . Show prefix of unique container id Show less info for docker ps by default add status command which sho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Default to current dir for docker build: doc build -> docker build .

Show prefix of unique container id

Show less info for docker ps by default

add status command which shows everything

default port like so: doc run :3000 => docker run -p 3000:3000

"launch" which combines run and open localhost url