Pull the alpine image
$ docker pull hephaex/alpine
Check IP Address of the container
$ docker run hephaex/alpine ifconfig
Launching a bash shell
docker run -i -t hephaex/alpine /bin/bash
Detaching from the container without stopping Ctrl-P Ctrl-Q
Check the docker container is still running
$ docker ps -a
Content type
Image
Digest
Size
4.6 MB
Last updated
about 9 years ago
docker pull hephaex/alpine