No announcements
Found 2965998 threads
-
0 Votes
Trying to link Windows container with Linux container thru docker link option
But the type scenario you are talking about of building an application based on Windows and Linux containers is very much what we are targeting for our work ...Answered | 1 Replies | 1071 Views | Created by Ilan_g - Friday, August 28, 2015 2:57 PM | Last reply by Taylor Brown, Microsoft - Monday, August 31, 2015 8:37 PM -
0 Votes
Linux Containers?
No, you can run a Linux virtual machine and then run a Linux container inside of that VM (much like what docker does today via docker machine).Answered | 1 Replies | 962 Views | Created by Kenneth Brubaker - Thursday, June 11, 2015 10:30 PM | Last reply by Taylor Brown, Microsoft - Thursday, June 18, 2015 4:51 PM -
1 Votes
Docker container deployment to Azure Service Fabric on Linux
I'm having trouble getting a Docker image deployed and looking for any examples that might be helpful.Answered | 1 Replies | 1003 Views | Created by pkolonay - Friday, March 3, 2017 2:28 PM | Last reply by Service Fabric Team - Thursday, March 23, 2017 8:22 PM -
0 Votes
Design of Linux container?
http://azure.microsoft.com/blog/2015/08/17/containers-docker-windows-and-trends/ -TaylorAnswered | 2 Replies | 822 Views | Created by koffi2k - Sunday, August 23, 2015 9:27 AM | Last reply by Taylor Brown, Microsoft - Tuesday, September 1, 2015 9:50 PM -
0 Votes
Starting with Container / Docker
Well if i understand docker / containers correct, i thought to use it for my windows server 2016.Answered | 5 Replies | 1304 Views | Created by Saarlaender - Saturday, April 23, 2016 1:09 PM | Last reply by Taylor Brown, Microsoft - Wednesday, April 27, 2016 2:42 PM -
0 Votes
Add/remove Linux capabilities for docker container
Will try VMs to complete the workflow I need.Answered | 5 Replies | 2065 Views | Created by Serg Buturlakin - Monday, May 21, 2018 7:12 PM | Last reply by Serg Buturlakin - Thursday, May 24, 2018 10:48 AM -
4 Votes
Web app for containers (Linux) pulls docker image after sleep
I don't think it matters if image layers are cached, since a docker pull command will always try to fetch the latest version from the image registry.Answered | 14 Replies | 2367 Views | Created by johnknoop - Friday, January 12, 2018 3:27 PM | Last reply by Swikruti Bose - Friday, February 9, 2018 11:40 AM -
0 Votes
DOCKER SQL CONTAINER
Hi Ravi, Firstly, as indicated in this similar blog, connect the DB using SQL Server Management Studio(SSMS), you’ll need the hostname / IP ...Answered | 1 Replies | 1179 Views | Created by RAVI KUMAR V V - Friday, June 24, 2016 11:45 AM | Last reply by Lydia Zhang - Monday, June 27, 2016 5:49 AM -
0 Votes
Host an multi container application in Web app for container
I will try to ask the same in that forum Venkatesh.Answered | 6 Replies | 1076 Views | Created by VenkateshSrini_CHN - Tuesday, October 3, 2017 3:03 AM | Last reply by VenkateshSrini_CHN - Saturday, October 7, 2017 4:32 AM -
0 Votes
How update custom Windows Containers docker image with Azure CLI 2.0
@Tatsuro, I would suggest you to refer this document and see if it ...Answered | 5 Replies | 622 Views | Created by Tatsuro Shibamura - Thursday, August 9, 2018 6:24 AM | Last reply by Jitendra.S.Tomar - Wednesday, August 15, 2018 10:49 AM -
0 Votes
testing docker in win2016 tp 3 with containers: cannot create/build containers
Hello m_maq, The error message indicates to me that it is failing to load the image, I suggest that you reinstall the docker following the instructions given in the ...Answered | 1 Replies | 1242 Views | Created by m_maq - Sunday, August 23, 2015 5:51 PM | Last reply by Syed Irfan Hussain - Monday, August 24, 2015 1:16 PM -
3 Votes
Container workload no such image
Hi Xing, I was originally trying to use a private registry, but for the 'Microsoft/aci-wordcount' container I was just trying to pull from whatever the ...Answered | 3 Replies | 1027 Views | Created by Dan McGrath - Thursday, April 5, 2018 7:31 PM | Last reply by Xing Wu - Friday, April 6, 2018 11:10 PM -
2 Votes
Attaching a SQL Server database to a Docker container throws error- Docker for Windows
Hey Shivakv, It looks like you're experiencing the same issue as reported in this GitHub ...Answered | 2 Replies | 2480 Views | Created by Shivakv - Thursday, October 5, 2017 5:09 AM | Last reply by Shivakv - Thursday, October 26, 2017 7:31 AM -
1 Votes
multi-container rails/mysql app with docker-compose
https://docs.microsoft.com/en-us/azure/app-service/containers/tutorial-multi-container-app#supported-options The above URL contents ...Answered | 2 Replies | 556 Views | Created by Shuji Kinoshita - Tuesday, December 4, 2018 9:36 AM | Last reply by Shuji Kinoshita - Thursday, December 6, 2018 4:01 AM -
0 Votes
Deploy SQL Server on a container
Dear all, while thinking about more options to run SQL Server inside WIndows Server Containers, assume this: you have two ...Answered | 4 Replies | 2752 Views | Created by Gudel, Martin - Wednesday, November 23, 2016 9:17 AM | Last reply by Gudel, Martin - Monday, June 12, 2017 5:26 AM -
0 Votes
Connect Docker Client to Windows Server 2016 Container Engine
You may try to add "-H 127.0.0.1:2375" to Docker daemon settings: C:\ProgramData\docker\runDockerDaemon.cmd and restart the Docker service.Answered | 1 Replies | 1373 Views | Created by Keith Tobin - Saturday, September 5, 2015 11:01 PM | Last reply by Housong Huang - Monday, September 7, 2015 10:13 AM -
2 Votes
How can we deploy docker image on service fabric cluster which is stored in Azure Container Registry
Please check out these links and let me know if they are helpful: Tutorial on deploying a .NET application in a Windows container to ...Answered | 7 Replies | 885 Views | Created by Pooja Tapkir - Friday, February 1, 2019 9:55 AM | Last reply by Karishma Tiwari - MSFT - Tuesday, February 12, 2019 6:52 PM -
1 Votes
Windows Containers
No RDP is not available for Windows containers.Answered | 1 Replies | 727 Views | Created by Dudday Pavan - Monday, July 4, 2016 9:18 AM | Last reply by Neil Peterson - Wednesday, July 6, 2016 11:00 PM -
1 Votes
Azure Docker Container volume pointing to a subdirectory/subfolder
Hello, When creating an azure container group using Terraform, the users can have separate volume section for each containers.Answered | 1 Replies | 2046 Views | Created by D Sumner - Thursday, April 23, 2020 1:22 PM | Last reply by VikasPullagura-MSFT - Friday, April 24, 2020 5:19 PM -
0 Votes
How to modify docker container configuration of azure
You can configure the Docker container as follows: Predefined Docker image: Specifies a pre-existing Docker image from Azure.Answered | 3 Replies | 919 Views | Created by gladiator67 - Friday, April 13, 2018 11:51 PM | Last reply by CHEEKATLAPRADEEP-MSFT - Saturday, April 14, 2018 7:50 AM - Items 1 to 20 of 2965998 Next ›
No announcements