mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
cdc8eba140a21db8499b409706c012ad31a0bf47
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
Description
Languages
Markdown
97.3%
HTML
1.7%
CSS
0.4%
JavaScript
0.2%
Go
0.1%