VietOpenCPS / deploy

Automatic deployment for using and testing
6 stars 15 forks source link

Create "latest" tag #2

Closed tuanta closed 8 years ago

tuanta commented 8 years ago

Docker from release 1.3 uses "latest" tag for default pulling: https://github.com/docker/docker-registry/issues/637 We need to create that tag in our Docker Hub.

bachkhoabk47 commented 8 years ago

Using the command bellow while building a docker image from Dockerfile:

docker build -t test:0.1 -t test:latest .

tuanta commented 8 years ago

Using the command bellow while building a docker image from Dockerfile:

docker build -t test:0.1 -t test:latest .

I have not tried this yet. However, you must update this kind of instructions to README.

bachkhoabk47 commented 8 years ago

I have not tried this yet. However, you must update this kind of instructions to README.

Well, I've updated the Readme file already. :)

tuanta commented 8 years ago

Well, I've updated the Readme file already.

Please put that commit id here and close the ticket.

bachkhoabk47 commented 8 years ago

Well done. So need to close the ticket.