This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # docker build -t tomaszalusky/xmin-example . | |
| # docker run -d --name xmin-example tomaszalusky/xmin-example | |
| # docker exec -it xmin-example /bin/bash -c ./test.sh | |
| FROM postgres:9.6.11 | |
| WORKDIR /docker-entrypoint-initdb.d | |
| RUN apt-get update && \ | |
| apt-get install vim -y && \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # docker build -t tomaszalusky/trig-example . | |
| # docker run -d --name trig-example tomaszalusky/trig-example | |
| # docker exec -it trig-example /bin/bash psql -U postgres | |
| FROM postgres:9.6 | |
| WORKDIR /docker-entrypoint-initdb.d | |
| RUN apt-get update && \ | |
| apt-get install vim -y && \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Kamarádům, kteří mají v Německu rodinného příslušníka nebo přátele - určeno pro něj, prosím předejte (a přeložte): | |
| Ahoj, | |
| tohle je mail ode mne, nepřevzal jsem ho z žádného návodu a pokud ho bude chtít někdo šířit, ať tak bez váhání udělá a tuto větu smaže nebo pozmění. | |
| S obavami, vztekem a pocitem bezmoci sleduji - vedle samotné války - i to, jak se Německo stává osamocené v postoji k odstřižení Ruska od SWIFTu. | |
| Argument o "spočítání dopadů na německou ekonomiku" vypadá na první pohled pragmaticky a rozvážně. | |
| S ubíhajícím časem ale čím dál více připomíná přizdisráčství, které naše země poznala z opačné strany při Mnichovu 1938. | |
| Zbytečně v české společnosti podrývá důvěru v Německo jako souseda i v celou EU. |
OlderNewer