Skip to content

Latest commit

 

History

History

Docker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Hello Docker!

This repository is created just for playing with Docker.


There is necessary to install https://www.docker.com/ before starting.


docker build -t zeroamps/cordova:latest . builds a docker image from a docker file.

docker build -t <docker-hub-id>/<docker-image>:latest .


docker push zeroamps/cordova:latest pushes a docker image to your Docker Hub repository.

docker push <docker-hub-id>/<docker-image>:latest