Skip to content

conordonihoo/vm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Custom VM

This repo uses Docker to immitate a lightweight VM. This allows me to have a coding environment that has the colorschemes, settings, and everything else I use when coding anywhere I go; all I have to do is spin up my VM and it will have everything I need.

Demo:

Alt Text

Instructions:

Building a VM image:

docker build -t conordonihoo/vm:<specific-tag> .

Pushing a VM image to Docker Hub:

docker push conordonihoo/vm:<specific-tag>

Pulling a VM image from Docker Hub:

docker pull conordonihoo/vm:<specific-tag>

Running a VM image interactively:

docker run --rm -it conordonihoo/vm:<specific-tag>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages