Sign inSign up

dbhys/milas-alpine

By dbhys

Updated almost 7 years ago

A alpine image, contains some commands, in order to do some operations in container.

Image
0

206

dbhys/milas-alpine repository overview

milas-alpine

To build a base alpine image, alpine version is 3.9. Contains bash vim procps unzip curl busybox-extras ca-certificates, in order to do some operations in container. And default Timezone is "Asia/Shanghai"

How to use it

1. Write your Dockerfile like this:
FROM dbhys/milas-alpine:3.9

RUN mkdir -p /deployments
COPY ${your_dist_files} /deployments

EXPOSE ${your_port}
CMD ${your_commands}

2. Build your image
build -t my-image:1.0.0 .

Tag summary

Content type

Image

Digest

Size

14.4 MB

Last updated

almost 7 years ago

docker pull dbhys/milas-alpine