Skip to content

niemeyer/flex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dbf20df · Oct 29, 2014

History

37 Commits
Oct 29, 2014
Oct 9, 2014
Oct 9, 2014
Oct 28, 2014
Oct 29, 2014
Oct 29, 2014
Oct 29, 2014
Oct 29, 2014
Oct 9, 2014
Oct 29, 2014
Oct 29, 2014
Oct 9, 2014

Repository files navigation

Obtaining the code

go get github.com/niemeyer/flex

Running the tool

cd $GOPATH/src/github.com/niemeyer/flex
cd cmd/flex
go build

# FLEX_DIR defaults to /var/lib/flex and holds the unix socket.
export FLEX_DIR=$PWD

# On one terminal, run the daemon:
./flex daemon --debug

# On another terminal, ping it:
./flex ping --debug
./flex create c1
./flex list
./flex start c1
./flex attach c1
# play in the root@c1 shell, then exit
./flex stop c1

Running tests

cd $GOPATH/src/github.com/niemeyer/flex
go test

About

Bootstrap of flex project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages