From 3723e1d086dc49d573ca0cc91db07e89958c8a67 Mon Sep 17 00:00:00 2001 From: "DCN (Dubem Celestine Nwabuisi)" Date: Wed, 29 Mar 2023 22:40:52 +0100 Subject: [PATCH] Update 1-Create-Docker-Image.md inputted the corrected image name when running the container --- Docker/1-Create-Docker-Image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/1-Create-Docker-Image.md b/Docker/1-Create-Docker-Image.md index ff77fd0..c0866de 100644 --- a/Docker/1-Create-Docker-Image.md +++ b/Docker/1-Create-Docker-Image.md @@ -27,7 +27,7 @@ The `-t` is for the tag (the name) of the Docker image and the `.` is telling th Now that the Docker image is created, you can run the container locally just to confirm it'll work and not crash. 1. To run the Docker container, run the following command: -`docker run -tid uber` +`docker run -tid uberapp` - `t` stands for a TTY console - `i` stands for interactive