Commit graph

94 commits

Author SHA1 Message Date
Jesse Duffield
df1a0b7c07
Merge pull request #358 from Syriiin/readme/docker-compose-faq 2022-10-08 12:53:31 -07:00
README-bot
e8ebec193f Updated README.md 2022-10-08 15:59:39 +00:00
Samuel Cattini-Schultz
339b1068ec Add Compose V2 instructions to FAQ 2022-06-28 23:00:21 +10:00
README-bot
0da5fef551 Updated README.md 2022-06-18 03:38:02 +00:00
README-bot
923c91121e Updated README.md 2022-05-19 07:04:07 +00:00
README-bot
cc2f8032c7 Updated README.md 2022-05-11 13:07:27 +00:00
Jesse Duffield
cd744ad699 try again 2022-05-11 22:45:51 +10:00
Jesse Duffield
5112ac775d add sponsors to readme 2022-05-11 22:41:23 +10:00
Jesse Duffield
4f096c3c2b
Update README.md 2022-05-09 22:54:23 +10:00
Jesse Duffield
a3d3109103
Update README.md 2022-05-09 22:50:38 +10:00
Daisuke Sato
32aaea973f
Fix the installed path written in the document to match the script 2022-02-09 12:06:25 +09:00
Drewry Pope
50681bc9a0
Update go install instructions
https://go.dev/doc/go-get-install-deprecation
2022-01-08 06:23:07 -06:00
Mark Kopenga
a0386618f9
Merge pull request #280 from conorbros/patch-1
Fix AUR link in docs
2021-12-03 11:10:37 +01:00
Conor
b30648c742
Update README.md 2021-12-03 09:26:17 +10:00
Conor
baf1759992
Update README.md 2021-12-02 18:11:25 +10:00
Conor
ae9bbdaf19
Update README.md 2021-12-02 11:55:36 +10:00
Conor
4a99c4699b
Update README.md 2021-12-02 11:55:23 +10:00
Conor
9462017eaf
Update README.md 2021-12-02 11:47:46 +10:00
Camron Flanders
1166e0ddb7
Fix asdf install command 2021-12-01 08:55:18 -06:00
Guruprasad Kulkarni
926ab3a40b
Moved the asdf instructions above binary releases 2021-06-18 14:21:56 +02:00
Guruprasad Kulkarni
58d1d28652
Added link to asdf-vm installation method :) 2021-05-14 13:26:02 +02:00
Sergey Ponomarev
c3dc8e1cd5
README.md: Add Awesome Docker to Alternatives 2020-11-30 19:29:46 +02:00
zverev-iv
e07ea952fc
Added info about chocolatey package 2020-07-20 16:02:17 +03:00
Dawid Dziurla
86302e8ccc
README: mention DIR env variable 2020-03-15 19:08:50 +01:00
Daniel Olshansky
2e0c1e8054
Update README.md
- Link to an issue with instructions on how to copy-paste text on a Mac

* Not adding all the instructions directly into the README to avoid bloat
2019-11-22 11:48:05 -05:00
Paul Reichelt
82d95967e5
Update docs: lazydocker is available in scoop main bucket 2019-11-12 08:30:53 +01:00
Paul Reichelt
3f976c2ad9
Add windows release to README 2019-11-11 13:01:16 +01:00
Jesse Duffield
b8804d9af3
Update README.md 2019-11-10 10:17:39 +11:00
Jesse Duffield
b389f48267
Update README.md 2019-11-10 10:13:13 +11:00
James King
4d121cfb0f
Remove the containers once you exit
Exiting after using `docker run` leaves behind stopped containers. Adding `--rm` tells Docker to delete them after exiting.
2019-10-21 09:24:33 +01:00
Dawid Dziurla
945eb3714d
README: clickable homebrew badge + two new github badges 2019-09-17 14:17:10 +02:00
Dawid Dziurla
d41ba0d551
README: add homebrew badge 2019-09-17 14:11:14 +02:00
Dawid Dziurla
c19c2bab15
README: add link to tag badge 2019-09-17 14:08:44 +02:00
Dawid Dziurla
a283584956
README: one badge per line 2019-09-17 14:08:06 +02:00
Dawid Dziurla
ef1b2b57b0
README: append info about logs in Docker to FAQ section 2019-09-11 11:50:47 +02:00
Dawid Dziurla
133454ecca
README: change brew installation instructions 2019-08-26 20:13:14 +02:00
Ekrem Karaca
91ec431a22 Fix typo... 2019-08-21 15:10:57 +03:00
Ekrem Karaca
1bc6ebc180 Update README... 2019-08-21 15:09:19 +03:00
Ekrem Karaca
c764c9e9e6
remove tap command for homebrew
No longer needed, it's already in core formula
2019-08-08 18:36:09 +03:00
Dawid Dziurla
fc329ac565
README: set docker minimal version to match api
https://docs.docker.com/develop/sdk
2019-07-30 01:07:34 +02:00
Jesse Duffield
4dc8f76083
Merge pull request #107 from jesseduffield/bulk-commands
Support bulk commands in each of the panels
2019-07-29 19:01:20 +10:00
Jesse Duffield
bd3ce66234 bump api version so that we can e.g. prune containers via the sdk
update api version in readme
2019-07-29 18:59:12 +10:00
Dawid Dziurla
b5f64c0a2e
README: lzd docker alias 2019-07-21 15:46:57 +02:00
Dawid Dziurla
a7ccf40d3f
Merge branch 'reworking-dockerfile' 2019-07-21 15:40:17 +02:00
Quentin McGaw
a497b56e36 Simplified readme instructions for Docker run and removed volume
- Volume did not work properly as the config would be persistent but not shared across restart of the container running interactively.
- Docker run instructions were therefore updated and simplified to bind mount the config directory as volume do not really work in this situation.
2019-07-16 05:02:48 -07:00
Quentin McGaw
98697c544e Added Docker CLI binary to final image 2019-07-15 22:03:17 -07:00
Quentin McGaw
dec14665e1 Simplified docker run readme thanks to default volume 2019-07-15 22:02:04 -07:00
Dawid Dziurla
0e81129024
README: set minimal docker version 2019-07-08 14:48:46 +02:00
Quentin McGaw
5532f1da80 Moved docker-compose.yml out of readme 2019-07-06 14:55:45 +02:00
Jesse Duffield
4dc13ebda5
Update README.md 2019-07-06 12:26:32 +10:00