Browse Source

Updated run script to name container

onyinyang 1 year ago
parent
commit
0a084acb50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      run-lox.sh

+ 1 - 1
run-lox.sh

@@ -1,2 +1,2 @@
 #!/bin/bash
-docker run -it lox /bin/bash
+docker run --name lox -it lox:latest /bin/bash