< 9 Orchestration 47: Conclusion https://www.udemy.com/course/learn-docker/learn/lecture/7894036#content 48: Coding Exercise – Docker Compose 2 lol 48: Get Course Certificate https://www.udemy.com/course/learn-docker/learn/lecture/16267680#content 49: Bonus – KodeKloud Engineer https://www.udemy.com/course/learn-docker/learn/lecture/18018921#content &nb..
Category : Docker
< 8 Docker on Windows and Mac | 10 Conclusion > 44: Container Orchestration https://www.udemy.com/course/learn-docker/learn/lecture/15828644#content You can only deploy a single container with the docker run command. What if the container fails? You’ll need to manually relaunch the container. What if the load increases? You’ll need to manually launch additional containers. What if the Host ..
< 7 Docker Engine, Storage and Networking | 9 Container Orchestration > 40: Docker on Windows https://www.udemy.com/course/learn-docker/learn/lecture/15828724#content Docker Toolbox This is really just an easy way of installing a Linux VM on windows. Requires Win 7 or higher 64 Bit Virtualization enabled (this might require a bios setting if available) Oracle Virutalbox Debian Docker Engine ..
< 6 Docker Registry | 8 Docker on Mac and Windows > 59% Complete 33: Docker Engine https://www.udemy.com/learn-docker/learn/lecture/15829078#content Architecture The “Engine” is the host with Docker installed on it. Docker Daemon Backgroud process that manages the Images Containers Volumes Networks REST API server Provides the interface to talk to the daemons Docker CLI Command line ..
< 5 Docker Compose | 7 Docker Engine, Storage and Networking > 56% Complete 32: Docker Registry https://www.udemy.com/learn-docker/learn/lecture/15829070#content Images Images are pulled from the Docker repository docker pull location/username/imagename docker pull imagename is the same as docker pull docker.io/imagename/imagename As such: The Docker repository is assumed because none was defined. The username is the same ..
< 4 Docker Images | 6 Docker Registry > 47% Complete 26: Docker Compose https://www.udemy.com/learn-docker/learn/lecture/7894026#content Runs a YAML file with the instructions required to build a container or stack. –link ContainerName:ContainerAlias Creates a local alias in the container’s /etc/hosts file with the IP address of the container you are linking 172.17.0.3 ContainerAlias Docker Compose Versions ..
< 3 Docker Run | 5 Docker Compose > 19: Docker Images https://www.udemy.com/learn-docker/learn/lecture/7894020#overview How to create images Manually Start with OS Upgrade apt repo Install dependencies Install Python Copy source code to /opt Run application Creating a Dockerfile INSTRUCTION argument FROM ubuntu RUN apt-get updateRUN install python RUN pip install flask RUN pip install flask-mysql ..
< 2 Docker Introduction and Commands | 4 Docker Images > 14. Docker Run https://www.udemy.com/learn-docker/learn/lecture/7894016#overview https://docs.docker.com/engine/reference/commandline/run/ Tags <image>:<tag> <image>:<tag> Specify a version of an image by running the image name followed by a colon and then the version number. If no tag is applied, the default tag is ‘latest’ Links https://hub.docker.com locate and click the ..
Docker run > Links Download Docker: http://docs.docker.com (Make sure you open the page wide enough to see the side bar.) https://docs.docker.com/install/linux/docker-ce/ubuntu/ Download pre-built images: http://hub.docker.com Introduction 5. Setup and Install Docker https://www.udemy.com/course/learn-docker/learn/lecture/7928348#overview Download: https://docs.docker.com/ > Get Docker Ubuntu: https://docs.docker.com/engine/install/ubuntu/ sudo apt update sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common # Add Docker’s official GPG key: ..
Recent Comments