Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 468 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 468 Bytes

docker-alpine

Dockerfile with minimal alpine version 3.5 packages.

Build

sudo docker build -t dockter/alpine:3.5 .

Run

sudo docker run -i -t dockter/alpine:3.5 /bin/bash

Push to Docker Hub

dockter/alpine

sudo docker login
sudo docker push dockter/alpine:3.5