Skip to content

Repository files navigation


Logo

My CV running in the cloud.

docker-cv

As a DevOps Engineer, I want my CV to be like any other application: tested, built and deployed through a CI/CD pipeline.

In that way, when I update my pdf CV file, I can automatically deploy my new CV and make it available online.

My resume available here is running on a Kubernetes cluster in the cloud and this is the code repository of that application you can explore and use for you own CV.

Pipeline

Pipeline

Docker image

My CV is bundled into a docker container anyone can pull and see on its computer.

Pull the image

$ docker pull slitibrahim/cv

Copy the pdf CV to your host

$ docker run -d --name cv slitibrahim/cv
$ docker cp cv:/cv/cv.pdf .

Run the application on your host

$ docker run -p 80:80 slitibrahim/cv

You can now navigate to http://localhost:80 and see the CV.

Interact with my CV directly in your terminal

alt text

$ docker run --rm --it slitibrahim/cv bash
$ brahim

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages