Skip to content

Base docker setup for various languages and frameworks usable for multi-cloud.

Notifications You must be signed in to change notification settings

m3rryqold/dockerized-apps-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Apps Templates

Pre-requisites

Docker

https://docs.docker.com/engine/install/ubuntu/#installation-methods

The images in this repo are deployed to docker hub. You can clone the repo, make changes (if needed), rebuild the images and use (push) if required. PS: all apps in 'm3rrygold' docker hub profile follow the format '${technology}-basic-app' eg. 'flask-basic-app'

General steps:

To pull:

docker pull m3rryqold/<app-name>

To run:

docker run m3rryqold/<app-name>

To run containers on another port(-p), and in the background (-d):

docker run -p <destination-port>:<host-port> -d m3rryqold/<app-name>

To check out other arguments for running containers:

docker run --help

Check running containers:

docker container ls

About

Base docker setup for various languages and frameworks usable for multi-cloud.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published