Skip to content

hbouvier/docker

 
 

Repository files navigation

Docker

Source code to automat building and versionning of docker containers

How to build a TAGged version of a container

To build the container rabbitmq with the tag v3.6.9, create a tag with the name of the container followed by a slash and the tag, like this:

git tag rabbitmq/v3.6.9
git push origin rabbitmq/v3.6.9

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 46.1%
  • Shell 30.6%
  • Dockerfile 18.8%
  • Makefile 4.5%