(1) Getting Started - Get docker - Docker Hub sign up why have an account on Docker Hub? - Images vs. Containers - We'll be using Ubuntu as our working example - docker image ls docker container ls docker container ps (2) lsb_release cowsay cowsay uploaded to Dockerhub Dockerfiles entrypoints copying an entrypoint script into a container as part of a Dockerfile "A black box service" - a build test machine - an autonomy test machine - an autonomy server Lab 04: A MOOS-IvP container Section 1 - Description of goals and what we're building on from previous labs. Section 2 - First "Hello-World" Dockerfile Section 3 - Cowsay First Dockerfile that can be used as a "service" - Creating an entry point - Copying a file from local filesys to container Section 4 - Uploading an image to Dockerhub - Using the cowsay image as a service with nothing loaded on local machine - docker run and get answer Section 5 -