vinukarthek/resume
Simple HTML based Docker Container for your personalized Resume/Portfolio.
82
This Docker image contains a simple html based web page served with httpd.
Pull the Image To use this image, first pull it from the Docker Hub registry:
docker pull vinukarthek/resume:latest
Run the Container To use this image, first pull it from the Docker Hub registry:
#docker run -d --name container-name -p host-port:container-port username/repository-name:tag
docker run -d --name httpd-resume -p 80:80 vinukarthek/resume:latest
docker pull vinukarthek/resume