Victor Vieux
66ef6c0f6e
fix start doc
2013-08-28 16:40:00 +00:00
Andy Rothfusz
dffb72ca89
Fix #621 : add new use/base images section. Include examples.
2013-08-27 18:49:43 -07:00
Andy Rothfusz
128893062b
Merge pull request #1698 from metalivedev/1684-Cleanup
...
Fix #1684 : Cleanup introduction, working with repos, "use" index.
2013-08-27 18:15:06 -07:00
Andy Rothfusz
c627ff6e20
Fix #1684 : Old Welcome is now Introduction. Working with Repos now follows Builder.
...
Clean up some doc build errors. Removed old Manifesto. Tweaked layout javascript
to allow direct link from first and last index elements.
2013-08-27 14:29:49 -07:00
Daniel Mizyrycki
f861c493bf
Troubleshooting windows installation section
2013-08-27 11:19:32 -07:00
Andy Rothfusz
5b84252c73
Merge pull request #1622 from TylerBrock/patch-2
...
Some fixes for MongoDB example
2013-08-26 17:28:38 -07:00
Tyler Brock
f352ec945f
ENTRYPOINT fixups
2013-08-26 19:17:26 -04:00
Andy Rothfusz
f7fa6c2b0b
Merge pull request #1671 from kim0/patch-3
...
Don't force a non-existent npm version, use latest from epel
2013-08-26 14:33:07 -07:00
kim0
843ef645d2
Don't force a non-existent npm version, use latest from epel
...
Not the smartest thing to do
2013-08-26 12:54:15 +03:00
Tobias Schwab
4440bde0eb
Change fetching of gpg key from http to https
...
Or was there any reason to fetch using http?
2013-08-26 11:45:15 +02:00
Andy Rothfusz
820a3b962a
Merge pull request #1634 from songgao/patch-1
...
Added utils/utils.go : CopyEscapable escale sequence to tutorial.
2013-08-23 18:52:17 -07:00
Andy Rothfusz
dd9ee039a6
Merge pull request #1633 from abhirajbutala/patch-1
...
Update docker_remote_api.rst
2013-08-23 15:17:21 -07:00
Thatcher
e2594d162e
Merge pull request #1641 from dotcloud/docs-0.6-gpg-key
...
Docs 0.6 gpg key
2013-08-23 13:14:21 -07:00
Thatcher Peskens
ebb9b5e85b
Added adding the gpg key
2013-08-23 12:56:03 -07:00
Thatcher Peskens
091fb89294
Added line on top of ubuntulinux announcing change in 0.6
...
Added lines on top of vagrant installs
2013-08-23 11:45:52 -07:00
Solomon Hykes
3ebda17f0f
Merge pull request #1637 from dhrp/change-docs-ubuntu-sources
...
Updated the docs to reflect we no longer use Launchpad and host our own
2013-08-23 11:05:59 -07:00
Thatcher Peskens
f753dfe6b3
Updated the docs to reflect we no longer use Launchpad and host our own repository.
2013-08-23 10:41:53 -07:00
Abhiraj Butala
3396a183c6
Update docker_remote_api.rst
2013-08-23 01:28:58 -07:00
Michael Crosby
551092f9c0
Add lxc-conf flag to allow custom lxc options
2013-08-22 16:05:21 +00:00
Tyler Brock
d6f53049c4
Some fixes for MongoDB example
2013-08-21 23:48:32 -04:00
Andy Rothfusz
0b9c8e2860
Merge pull request #1596 from metalivedev/1149-easyfixes
...
Fix #1330 and #1149 . Improve CMD, ENTRYPOINT, and attach docs.
2013-08-21 14:06:41 -07:00
Andy Rothfusz
42fe550c9e
Merge pull request #1614 from denibertovic/docs
...
Small fix to docs regarding adding docker groups
2013-08-21 12:26:56 -07:00
Andy Rothfusz
f5bd137216
Add mongodb example
2013-08-21 12:09:40 -07:00
Andy Rothfusz
348696f3fe
Merge pull request #1607 from TylerBrock/mongodb
...
Add MongoDB image example
2013-08-21 12:07:50 -07:00
Michael Crosby
6da071985f
Merge pull request #1513 from dotcloud/add_user_dockerfile
...
Add USER instruction do Dockerfile
2013-08-21 09:19:31 -07:00
Michael Crosby
e0a7013836
Merge pull request #1576 from MatthewMueller/patch-1
...
updated default -H docs
2013-08-21 09:09:43 -07:00
Deni Bertovic
467dbb75f1
small fix to docs regarding adding docker groups
2013-08-21 17:28:13 +02:00
Tyler Brock
2c147dd721
add mongodb image example
2013-08-20 18:08:15 -04:00
Victor Vieux
f69c465231
rebase docs
2013-08-20 11:42:53 +00:00
Andy Rothfusz
75f4fd978d
Fix #1330 and #1149 . Improve CMD, ENTRYPOINT, and attach docs.
2013-08-19 19:13:26 -07:00
Andy Rothfusz
d627ff9697
Merge pull request #1590 from elmendalerenda/patch-3
...
fixed postgresql conf setting
2013-08-19 10:27:43 -07:00
elmendalerenda
83acd37161
fixed postgresql conf setting
...
small typo, changed listen_address to listen_addresses
2013-08-19 14:20:25 +01:00
Song Gao
b22c973110
Added escape sequence to tutorial
2013-08-18 21:44:46 -05:00
Marco Hennings
319988336c
Add workdir support for the Buildfile
...
For consistency the Buildfile should have the option to
set the working directory.
Of course that is one option more to the buildfile,
so please tell me if we really want this to happen.
2013-08-18 20:30:19 +02:00
Marco Hennings
687d27ab57
Add an option to set the working directory.
...
This makes it possible to simply wrap a command inside a container. This makes
it easier to use a container as an unified build environment.
Examples:
~/workspace/docker
$ docker run -v `pwd`:`pwd` -w `pwd` -i -t ubuntu ls
AUTHORS Makefile archive.go changes.go docker
[...]
docker run -v `pwd`:`pwd` -w `pwd` -i -t ubuntu pwd
/home/marco/workspace/docker
2013-08-18 19:34:01 +02:00
Matthew Mueller
5325703c27
updated default
2013-08-17 21:54:10 -07:00
Tyler Brock
674e5c8503
remove extraneous step and stupid whitespace
2013-08-16 13:30:54 -04:00
Tyler Brock
2ec141da54
Add instructions for creating and using the docker group
2013-08-16 13:19:59 -04:00
Andy Rothfusz
d4eab77f0c
Fix #1517 , #1521 by adding sudo to examples and installation.
2013-08-14 16:21:36 -07:00
Michael Crosby
15bc2240ac
Merge pull request #1505 from dotcloud/improve_events
...
Add image name in /events
2013-08-14 15:40:36 -07:00
Michael Crosby
9662f9e56a
Merge pull request #1478 from jpetazzo/929-insecure-flag
...
add -privileged flag and relevant tests, docs, and examples
2013-08-14 13:55:18 -07:00
Andy Rothfusz
4cb57a5438
Merge pull request #1533 from dhrp/docs-ux-changes
...
Docs ux changes
2013-08-13 18:03:49 -07:00
Andy Rothfusz
2e5642452b
Merge pull request #1523 from dotcloud/docker-group-docs
...
Update docs for docker group
2013-08-13 18:02:30 -07:00
Thatcher Peskens
6c87db97a6
Resolved conflict in conf.py
...
ps. also changed navigation (swapped community and getting started)
2013-08-13 16:28:24 -07:00
Thatcher Peskens
f127c471a1
Merge remote-tracking branch 'dotcloud/master' into docs-smart-changes
...
Conflicts:
docs/sources/conf.py
2013-08-13 16:25:58 -07:00
Jérôme Petazzoni
280901e5fb
add -insecure flag and relevant tests
2013-08-13 16:20:22 -07:00
Thatcher Peskens
f14db49346
[docs] Some user-friendly changes to the documentation.
...
- Added parmalinks (closes #1527 )
- Changed the 'fork us on github' button to 'Edit this page on github', so people can edit quickly (closes #1532 )
- Changed the favicon
2013-08-13 16:18:32 -07:00
Andy Rothfusz
e2409ad337
Added information about Docker's high level tools over LXC. Formatting cleanup. Mailing list cleanup.
2013-08-13 13:45:07 -07:00
Michael Crosby
e4f35dd4cf
Update docs for docker group
2013-08-13 12:05:27 -07:00
Victor Vieux
5ee3c58d25
Add USER instruction
2013-08-13 12:02:17 +00:00