Docker Commands

Docker Commands

# Images
docker build -t friendlyname .  # Create image using this directory's Dockerfile
docker image ls -a                             # List all images on this machine
docker image …
more ...

Using GIT

Using GIT

GIT works in the following life cycle unmodified -> modified -> staged -> repeat the following is an example of pulling a repo making changes then …

more ...