Skip to content

huqiangit/docker.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickstart

Make sure to clone this repo into your /Users/<username> directory for it to run correctly

make dns
make hub-deps
# you must log in as the 'dux' user. ask one of the frontend 
# team members for credentials
npm login
npm install
docker-compose build
npm run build:dev
./startup-scripts/bootstrap-dev.sh
docker-compose up -d

At this point you will need tmux to run boot-dev-tmux.sh, it can be installed on OSX by brew install tmux

./startup-scripts/boot-dev-tmux.sh

tmux env

Here are some basic commands to help you get around tmux. C is Control, - means hit both keys, everything else it a literal character you need to produce.

Command Keys
Next Window C-b n
Next Panel C-b o
Close Window C-b & y

Docs

About

Source repo for Docker's Documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 64.2%
  • CSS 19.3%
  • HTML 16.1%
  • Go 0.1%
  • Makefile 0.1%
  • Shell 0.1%
  • Other 0.1%