Telegram Group & Telegram Channel
Note #53: TIL dockerexec

Daniel Martí порадовал утилитой для запуска тестов внутри докера [1] 👌

tl;dr
go get mvdan.cc/dockexec
go test -exec='dockexec postgres:12.1'


Под капотом это просто обертка над cmd := exec.Command("docker", allDockerArgs...) и установленный test бинарь как —entrypoint и —workdir в текущую директорию.

Также можно использовать и другие флаги докера:

go test -exec='dockexec [docker flags] image:tag' [test flags]


P.S. Ожидается, что у вас установлен docker ;)

Links:
[1] https://github.com/mvdan/dockexec



tg-me.com/golang_for_two/79
Create:
Last Update:

Note #53: TIL dockerexec

Daniel Martí порадовал утилитой для запуска тестов внутри докера [1] 👌

tl;dr

go get mvdan.cc/dockexec
go test -exec='dockexec postgres:12.1'


Под капотом это просто обертка над cmd := exec.Command("docker", allDockerArgs...) и установленный test бинарь как —entrypoint и —workdir в текущую директорию.

Также можно использовать и другие флаги докера:

go test -exec='dockexec [docker flags] image:tag' [test flags]


P.S. Ожидается, что у вас установлен docker ;)

Links:
[1] https://github.com/mvdan/dockexec

BY 🇺🇦 Go for two :)


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/golang_for_two/79

View MORE
Open in Telegram


🇺🇦 Go на двоих Telegram | DID YOU KNOW?

Date: |

How to Invest in Bitcoin?

Like a stock, you can buy and hold Bitcoin as an investment. You can even now do so in special retirement accounts called Bitcoin IRAs. No matter where you choose to hold your Bitcoin, people’s philosophies on how to invest it vary: Some buy and hold long term, some buy and aim to sell after a price rally, and others bet on its price decreasing. Bitcoin’s price over time has experienced big price swings, going as low as $5,165 and as high as $28,990 in 2020 alone. “I think in some places, people might be using Bitcoin to pay for things, but the truth is that it’s an asset that looks like it’s going to be increasing in value relatively quickly for some time,” Marquez says. “So why would you sell something that’s going to be worth so much more next year than it is today? The majority of people that hold it are long-term investors.”

Start with a fresh view of investing strategy. The combination of risks and fads this quarter looks to be topping. That means the future is ready to move in.Likely, there will not be a wholesale shift. Company actions will aim to benefit from economic growth, inflationary pressures and a return of market-determined interest rates. In turn, all of that should drive the stock market and investment returns higher.

🇺🇦 Go на двоих from us


Telegram 🇺🇦 Go for two :)
FROM USA