From b033c24143b5c73bd6a5cbb9469860dc007adbe1 Mon Sep 17 00:00:00 2001 From: Mario1159 Date: Mon, 25 Sep 2023 19:55:05 -0300 Subject: [PATCH] Fix command argument order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c23bb99..595b88b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Install `Xquartz` and run the linux previous command. #### 1b. Starting a container with a **Web** VNC client If you prefer running the container in your web browser instead of in your integrated terminal, you can select the web flavor of any stack. In this case, it is not necessary to bind extra environment variables for enabling native graphics output. ```sh -docker run -it --name -p 8444:8444 git.1159.cl/mario1159/-web +docker run -it -p 8444:8444 --name git.1159.cl/mario1159/-web ``` ### 2. Connecting to the container