Skip to content

ownport/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-images

pipeline status

The collection of docker images. The list of available docker images, docs/docker-images.md

How to use

Build docker image

To build docker image use

./manage.sh build <path to Dockerfile>

For example:

./manage.sh build images/base/alpine-3.12
[INFO] Building image: images/base/alpine-3.12/
...
Successfully tagged ownport/base:3.12-alpine

Run console with a docker image

To run console for specific image

./manage.sh console <path to Dockerfile>

For example:

./manage.sh console images/base/alpine-3.12
[INFO] Running console for image: images/base/alpine-3.12/
[INFO] The image: ownport/base:3.12-alpine, the container name: base-console
/ #