You created a new service named 'http' and discover it is not registering as healthy. Will this command enable
you to view the list of historical tasks for this service?
Solution: 'docker ps http'
Will this command mount the host's '/data' directory to the ubuntu container in read-only mode?
Solution: 'docker run --add-volume /data /mydata -read-only ubuntu'