Docker cli wrapper niceties

From razwiki
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