Parcourir la source

Updated run script to name container

onyinyang il y a 1 an
Parent
commit
0a084acb50
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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