kajenk / dockerfiles-siva

This project is to develop and learn how to build and push our own images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfiles

Dockerfile is a declarative way of creating our own images. Docker will give us some syntax to create our own images.

File name should Dockerfile. docker command should run where your Dockerfile exists.

How to build image from Dockerfile

docker build -t [docker-hub-URL]/[your-username]/[image-name]:version .

How to push image to Dockerhub

docker push [docker-hub-URL]/[your-username]/[image-name]:version

About

This project is to develop and learn how to build and push our own images


Languages

Language:JavaScript 45.3%Language:HTML 29.0%Language:CSS 25.0%Language:Dockerfile 0.6%