Skip to content

TallerWebSolutions/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Taller Images

Repository to contain the build process for public docker images built by the Taller team. Each directory has the same name as an image.

Commands

These are shortcut commands available with make inside each image directory:

  • run: Run a container for testing purpose.
  • pull: Pulls the image.
  • build: Builds the image.
  • push: (deprecated) Builds and pushes the image.

These are common arguments available:

Argument Default Description
TAG stable Image tag to build
USER taller The Docker user name
REPO $(notdir $(CURDIR)) The repository name

Customization

Here are some tips to customizing the images for each project's needs.

Timezone

To set timezone configuration, use the environment variable TZ. Read more.

LICENSE

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published