Sign inSign up

soch1/personal-intro

By soch1

•Updated about 3 years ago

Image
0

122

soch1/personal-intro repository overview

⁠Personal Presentation

⁠Packaging

The application is packaged as a docker image.

⁠Build

Building of the image can be done using the Dockerfile in the repository.

docker build --no-cache -t personal-intro .

The image can be then then optionally tagged and then pushed to a registry.

docker tag personal-intro:latest <registry_name>/personal-intro:latest

⁠Run the Application

See the env/ directory for details and examples, service definitions for both development and production environments are provided there.

⁠Start and Stop Services with docker-compose
docker-compose up -d
docker-compose down

Tag summary

Content type

Image

Digest

sha256:781968ecd…

Size

40.7 MB

Last updated

about 3 years ago

docker pull soch1/personal-intro