Skip to content

forbiddencoding/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Whalecome 🐳

Docker Golang NestJS Documentation License

A collection of Docker and docker-compose files, sometimes with additional files I use.

Table of Contents

Docker Image Versions

Usually the build section of every Docker Service includes an argument for pulling a specific image version (e.g., Node.js v18.12). If no argument is given, it defaults to the latest tag.

This behaviour can be changed in the docker-compose.yml or the Dockerfile respectively.

Docker - Docker Everywhere