Skip to content

one-stop docker shop: linux environment ready for Node.js programming

Notifications You must be signed in to change notification settings

kompseye/docker-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This repo contains the necessary files to provide a developer with a Docker-based workspace.

Why?

The benefits to the developer are a Controlled Development Environment:

  • Which is not influenced by host machine environment variables
  • Which is not impacted by host machine updates to developer tools

How to get started?

  • source myMachine/.bashrc
  • Build the Docker image: build
  • Confirm new Docker images: docker images
    • Two new (or updated) entries: docker-workspace and ubuntu
  • Run the Docker image: run
  • Now you are in a shell for the Ubuntu container!
  • Confirm the aliases from myContainer/.bashrc file in this repo: alias
    • meh is one of them

About

one-stop docker shop: linux environment ready for Node.js programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published