vinukarthek/resume

By vinukarthek

Updated 11 months ago

Simple HTML based Docker Container for your personalized Resume/Portfolio.

Image
Data Science
Web Servers

82

Image Name: resume

Description

This Docker image contains a simple html based web page served with httpd.

Usage
  1. Pull the Image To use this image, first pull it from the Docker Hub registry:

    docker pull vinukarthek/resume:latest
    
    
  2. 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 Command

docker pull vinukarthek/resume