Ajuste scripts
This commit is contained in:
parent
be832841f3
commit
73cef5c318
1 changed files with 4 additions and 0 deletions
|
@ -3,11 +3,15 @@
|
||||||
|
|
||||||
**BUILD IMAGE**
|
**BUILD IMAGE**
|
||||||
|
|
||||||
|
~~~
|
||||||
docker build --tag firefox:$(grep 'VERSION' Dockerfile |awk '{print $3}') .
|
docker build --tag firefox:$(grep 'VERSION' Dockerfile |awk '{print $3}') .
|
||||||
|
~~~
|
||||||
|
|
||||||
**RE-TAG IMAGE**
|
**RE-TAG IMAGE**
|
||||||
|
|
||||||
|
~~~
|
||||||
docker tag firefox:$(grep 'VERSION' Dockerfile |awk '{print $3}') firefox:latest
|
docker tag firefox:$(grep 'VERSION' Dockerfile |awk '{print $3}') firefox:latest
|
||||||
|
~~~
|
||||||
|
|
||||||
**LAUNCH FIREFOX**
|
**LAUNCH FIREFOX**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue