Commit Graph

16 Commits (8699caba882cfabbac44e923184aa079d1ad0748)

Author SHA1 Message Date
Raizo62 f126048f03
docker: add docker images example (#7567) 2021-12-30 09:37:01 -03:00
marchersimon bd677b8b48
mention subcommands in every base page (#6383) 2021-09-13 10:21:21 +02:00
Seth Falco 3e4c519004
*: fix errors reported by languagetool (#6069) 2021-08-15 19:59:09 +02:00
Marco Bonelli 66abb98ce9 Refactor: reword English pages' links' descriptions. 2019-06-03 14:19:41 +02:00
Schneider b89d4f06e3 docker pages: add homepages 2019-04-15 00:35:17 +01:00
Matthew Peveler 1fe90c65d6 docker: simplify examples (#2597) 2018-12-13 09:47:48 +00:00
Larry Lu f8c184402b docker: pull image (#2586) 2018-11-13 18:12:03 +00:00
Waldir Pimenta a6fe2179ef docker: combine start/stop, add basic run example (#2363)
The start and stop examples are pretty much identical, so it doesn't make sense to use up the space of two examples in the limited length of a tldr page (especially for such a complex command as docker).

In the slot left by combining the two entries, a new one is added mentioning how to launch a container from an image. Placing this example before the start/stop commands (and naming the parameter "container_name" consistently trhoughout the page) also makes the sequence more logical, by first explaining how containers are instantiated, and only then mentioning how they are managed.
2018-10-01 21:50:57 +05:30
Shih Yu Ho 191666c794 docker: add docker container logs example (#1680) 2017-11-27 18:14:42 +00:00
David (Doojin) Jung a6f0dfbf31 docker: update docker commands to conform to Docker 1.13 (#1505) 2017-09-28 10:25:00 +01:00
Waldir Pimenta 45d9ef5b6a docker: minor tweak to first description
change "List" from a noun to a verb, to match the project's guidelines.
2017-04-27 23:55:32 +01:00
Jeef 7103d8fa31 docker: added rm command (#1297) 2017-03-16 10:07:17 +05:30
Luke Yeager 7bfebeae66 Update docker description 2016-01-20 09:09:54 -08:00
Ruben Vereecken 066582e8ea Formatted all pages according to guidelines. 2016-01-08 09:38:59 +01:00
Alex Flores 3d7f9aebfa adds commands for working with images 2015-12-29 11:14:13 -05:00
Rajiv Nair c69b74e048 Add Docker
Added commonly used docker commands to list/start/stop containers.
2015-12-27 23:42:21 +05:30