docker ps --filter volume=VOLUME_NAME
container doc
-
docker container ls- flags:
-a: all containers
- flags:
-
all status exited
docker ps --filter "status=exited
| import { load } from '@workspace/shared'; | |
| import Foo from '@workspace/shared'; | |
| import * as Bar from '@workspace/shared'; | |
| load(); | |
| Foo.doSomething(); | |
| Bar.default.doSomething(); | |
| function test() { | |
| const load = {}; |
docker ps --filter volume=VOLUME_NAMEdocker container ls
-a: all containersall status exited docker ps --filter "status=exited
tips to evolve as a developer
developers get stuck, paralized
https://www.oreilly.com/library/view/apprenticeship-patterns/9780596806842/ch04.html
Make It Stick https://www.amazon.com.br/Make-Stick-Science-Successful-Learning/dp/0674729013
| # GitHub.com | |
| Host github.com | |
| Preferredauthentications publickey | |
| IdentityFile ~/.ssh/id_rsa_github | |
| # GitLab.com | |
| Host gitlab.com | |
| Preferredauthentications publickey | |
| IdentityFile ~/.ssh/id_rsa_gitlab |