Add name to docker run command
This commit is contained in:
parent
96f89486ad
commit
c2aab18387
|
|
@ -12,6 +12,6 @@ jobs:
|
||||||
sh setup.sh
|
sh setup.sh
|
||||||
sh scripts/get-docker.sh
|
sh scripts/get-docker.sh
|
||||||
- name: Check if Docker was installed
|
- name: Check if Docker was installed
|
||||||
run: docker run hello-world
|
run: docker run --name hello-world hello-world
|
||||||
- name: Clean up network (see #3)
|
- name: Clean up network (see #3)
|
||||||
run: docker network rm main_subnet
|
run: docker network rm main_subnet
|
||||||
Loading…
Reference in New Issue