Skip to content

Quick Ubuntu dev environment from my Mac to hack on

Notifications You must be signed in to change notification settings

bryanmacfarlane/ubdev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu Dev

A quick and convenient Ubuntu dev environment to hack stuff out from my Mac.

Usage

Build

Do this once:

$ ./ub build

Start

Start will start the container and put you into the container interactively

$ ./ub start
/usr/local/bin/docker
mapping /Users/bryan/Projects/ubdev/..:/projects
root@ubdev:/projects#

By default, it will map the directory about this repos directory and map into a container path of /projects. I clone this into my projects folder and run it.

The script accepts an argument to specify which path to map in:

$ ./ub start ~/Study
/usr/local/bin/docker
mapping /Users/bryan/Study:/projects
root@ubdev:/projects# 

About

Quick Ubuntu dev environment from my Mac to hack on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published