Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 285 Bytes

File metadata and controls

16 lines (13 loc) · 285 Bytes

devops-programme

To build the docker image, execute:

docker build -t bobby84/getting-started-index-html .

To list the current images, execute:

docker image ls 

To push the docker image to Docker Hub, execute:

docker push bobby84/getting-started-index-html