Is there a SQL Server image for windows containers that can be run in an isolated process (–isolation=process)? I’ve done it using Hyper-V (omitted by default or –isolation=hyperv) but sometimes it works, sometimes it does not. It’s just unreliable. I’m planning to create my own image using windows servercore but if there’s an easier way ..
Author : Sol
Got a problem with VS React-Redux template deployed as a docker container connecting to api docker container. Below are the given facts: Fact 1. I’ve got 3 Docker Windows containers in docker hub: solomiosisante/test:sqlserver solomiosisante/test:api solomiosisante/test:react Fact 2. I managed to make the api connect to sqlserver and make them communicate by creating a docker ..
I’ve got 2 windows containers for: MSSQL Server Developer Edition (microsoft/mssql-server-windows-developer) Asp.Net Core API 5.0 (5.0.102) (solomiosisante/consequence:api) No problem accessing the SQLServer container data from Management Studio (SSMS). No problem when I run the API project from Visual Studio accessing the SQLServer container. The problem is when I run both containers, the error says: fail: ..
(HTTP code 400) unexpected – container 0559e79bb4a5bfa862a59f3f723fb9315cb894359c7da2456b1bbf44643b817a encountered an error during hcsshim::System::CreateProcess: failure in a Windows system call: The system cannot find the file specified. (0x2) [Event Detail: Provider: 00000000-0000-0000-0000-000000000000] [Event Detail: Provider: 00000000-0000-0000-0000-000000000000] [Event Detail: onecorevmcomputemanagementorchestrationvmhostedcontainerprocessmanagement.cpp(173)vmcomputeagent.exe!00007FF6C44AAE77: (caller: 00007FF6C445E4AB) Exception(2) tid(394) 80070002 The system cannot find the file specified. CallContext:[Bridge_ProcessMessageVmHostedContainer_ExecuteProcess] Provider: 00000000-0000-0000-0000-000000000000] extra info: {"CommandLine":"dotnet ..
I’m using Azure VM type V3. I have a Dockerfile for building sqlserver instance. I used this in my local pc and it worked well and now I’d like to try it in my VM but I’m having errors such as: Sqlcmd: Error: Microsoft ODBC Driver 17 for SQL Server : TCP Provider: The wait ..
I’m using a Windows container in Docker and I was trying to save the changes I made to it including the PATH environment variable. I already tried docker commit, save, export but nothing works. Below are the steps that I did: Load the container from the image. docker run –name base-react-container -it -v d:Volumesbase-react-app:c:app base-react ..