Course 2018-2019
Master Ciencia de Datos e Ingenería de Computadores -- University of Granada UGR | DICITS | SCI2S | DECSAI
Manuel J. Parra Royón (manuelparra@decsai.ugr.es) & José. M. Benítez Sánchez (j.m.benitez@decsai.ugr.es)
January 2019
This is the repository for:
The course contains the following:
- Starting with Docker containers (Primeros pasos con contenedores en Docker)
- Table of Contents
- What is docker?
- Starting in a real environment
- First container
- A simple web server with NGINX
- Review of docker commands
- Show docker Images
- List of launched/running docker containers
- Download a image of docker container
- Run a container
- Stop a container
- Restarting a container
- Deleting a container or shutdown a container
- Execute commands inside running container
- Upload image to docker::hub
- Statistics of a container
- Logs of a container
- Basic exercise with containers (homework)
- References and more information