Updated run script to name container

This commit is contained in:
onyinyang 2022-08-17 01:53:10 -04:00
parent 40b8eb73c0
commit 3a57921925
1 changed files with 1 additions and 1 deletions

View File

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