Sign inSign up

hephaex/alpine

By hephaex

Updated about 9 years ago

Simplest Linux Docker based on Alpine.

Image
1

250

hephaex/alpine repository overview

Simplest Linux Docker

License Docker Pulls Docker Stars

Pull Docker Image

Pull the alpine image

$ docker pull hephaex/alpine

Check IP Address

Check IP Address of the container

$ docker run hephaex/alpine ifconfig

run bash shell

Launching a bash shell

docker run -i -t hephaex/alpine /bin/bash

the container without stopping

Detaching from the container without stopping Ctrl-P Ctrl-Q

Check the docker container

Check the docker container is still running

$ docker ps -a

Tag summary

Content type

Image

Digest

Size

4.6 MB

Last updated

about 9 years ago

docker pull hephaex/alpine