Advertisement
sergio_educacionit

readme.md

Dec 2nd, 2023
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # docker-ping
  2.  
  3. heramienta de prueba de conectividad.
  4.  
  5.  
  6. #### Repositorio
  7.  
  8. Clonar repositorio.
  9.  
  10. ```
  11. $ git clone https://gitlab.com/sergio.pernas2/docker-ping.git
  12.  
  13. $ cd docker-ping
  14. ```
  15.  
  16.  
  17. ### Dockerfile.simple
  18.  
  19. Este fichero contruye una imagen con el comando 'ping 8.8.8.8'.
  20.  
  21. Crear imagen.
  22.  
  23. ```
  24. $ docker build -f Dockerfile.simple -t image_name .
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement