Conor
9462017eaf
Update README.md
2021-12-02 11:47:46 +10: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
Jesse Duffield
0d42164c8f
Update README.md
2019-07-05 22:45:06 +10:00
Quentin McGaw
d8b0e1872f
Updated readme's Docker section
...
- No need to build for amd64 architectures, just pull automatically from Docker Hub when invoking `docker run ...`
- Build instructions only for ARM devices as Docker Hub does not build for ARM architectures really.
- Updated Docker image tag from `lazydocker` to `lazyteam/lazydocker`
- Added docker-compose.yml collapsible example
2019-07-05 14:43:41 +02:00
Dawid Dziurla
88dca3f40b
README: remove snap installation instructions
...
temporarily
2019-07-04 17:15:34 +02:00
Dawid Dziurla
73d9a36cf7
README: snap installation instructions
2019-07-03 19:33:54 +02:00
Dawid Dziurla
3b5e7f4dc8
mention requirements in README
2019-07-03 11:27:17 +02:00
Quentin McGaw
7107a4cfa1
Added config bind mount instruction to Docker container
2019-07-02 20:26:15 +02:00
Quentin McGaw
767488a5e7
Detailed development Docker build in readme with all build args
2019-07-02 20:08:56 +02:00
Quentin McGaw
20f4ad8e49
Resolved screen size issue, final Docker image uses Scratch
2019-07-02 20:08:29 +02:00
Quentin McGaw
d78648cabb
Added Docker automated build hook and readme badges for Docker
...
- Build arguments are injected by the build hook
- Badges added: number of pulls, stars and if the build is automated
2019-07-02 14:06:44 +02:00
Jesse Duffield
d265698f3e
Merge pull request #45 from immanuelfodor/master
...
Add automated install-update steps for Linux
2019-07-02 16:58:41 +10:00
Jesse Duffield
cf31c23fad
Merge pull request #50 from mikhailswift/master
...
Add arch aur installation instructions
2019-07-02 09:23:18 +10:00
Devin
d0521c1a85
Updates README.md with a better alias suggestion
...
`ld` is actually a pretty important command-line tool, so overwriting it with the suggested alias is not preferable. `lzd` is just my idea, but really this is just to notify you.
2019-07-01 11:27:20 -07:00
Mikhail Swift
389981af9c
Add arch aur installation instructions
2019-07-01 11:27:15 -04:00
Immánuel!
c8ad60dcb1
Update steps for auto install using a script
2019-07-01 16:08:09 +02:00
Quentin McGaw
c89e396121
Lazydocker can be ran directly as entrypoint
...
Thanks to the script:
```sh
#!/bin/sh
resize > /dev/null
lazydocker $@
```
2019-07-01 15:39:52 +02:00
Quentin McGaw
580936c73c
Fixed docker build typo (both URL and PATH)
2019-07-01 15:38:21 +02:00
Quentin McGaw
fd70aaaf05
Git commit reference mechanism changed
...
- Git commit is passed as a build argument as explained in README.md
- `.git` directory is ignored by Docker for a quicker build and smaller context
- the build arg VCS_REF is used both to tag the image and the Go program
2019-07-01 15:37:55 +02:00
Immánuel!
c1764d81b6
Add automated install-update steps for Linux
2019-07-01 15:23:33 +02:00