Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 896 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 896 Bytes

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
/ #