Тёмный

Getting Started with Docker for Windows and .NET Apps 

Подписаться
Просмотров 26 тыс.
% 151

Наука

Опубликовано:

 

4 апр 2018

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 9   
@johnnyxp64
@johnnyxp64 5 лет назад
where do we get all the available microsoft docker images?
@CharlieArehart1
@CharlieArehart1 6 лет назад
Thanks for another great Docker talk, Elton. One question: You showed using an open source Sql Server client (and mentioned it in passing). Is there any reason why you used that vs ssms, at least that may be related to the fact that the sql server was running in the container? I am writing this after seeing that (at about 11:55), so perhaps you may answer this question later in the session. I just wanted to ask in case I may be prevented from watching to the end. :-)
@EltonStoneman
@EltonStoneman 6 лет назад
Hi Charlie - I use Sqlectron, just because it's a really lightweight SQL client. I use it on my daily dev machine rather than having full VS or SSMS installed. You can use both those too in the same way - just specify the container IP address as the server name and use the `sa` credentials you start the SQL container with.
@CharlieArehart1
@CharlieArehart1 6 лет назад
Thanks for that clarification, Elton. I had not heard of that one (I am familiar with many lightweight DB clients, so I will check it out.)
@AbhayPandey-fb4tf
@AbhayPandey-fb4tf 6 лет назад
Hi this is really a good video, the question i had is when you pushed the images, the foreign layers were skipped, why is that happening and how would that effect the deployment
@WA-hornet007
@WA-hornet007 5 лет назад
If you have client specific configurations that sits in .ini, config file etc where value of specific to the clients using the app, how would you handle this type of scenario using containers/images etc?
@AmitPandey-ko7lj
@AmitPandey-ko7lj 5 лет назад
Can you please give me some proper link how to install docker on windows 10 step by step
@leknyzma
@leknyzma 5 лет назад
just google docker install and all you have to do is to double click on that file, prior to doing so enable hyper-v in windows and features.
@AmitPandey-ko7lj
@AmitPandey-ko7lj 5 лет назад
leknyzma Thanks for valuable reply. I’ve installed and using it.