Docker Mssql
#1
Anybody have any luck installing mssql Docker image. 

I can pull the image ok and create the container but the container does not display port 1433 used in the installation command.

I'm using ubuntu 16.04.04 and Docker 18.03.1-ce
  Reply
#2
(07-07-2018, 08:49 PM)Riverman Wrote: Anybody have any luck installing mssql Docker image. 

I can pull the image ok and create the container but the container does not display port 1433 used in the installation command.

I'm using ubuntu 16.04.04 and Docker 18.03.1-ce

Which docker image? Did you make sure it's an armhf/arm64 one?
  Reply
#3
$docker version
OS/Arch:  linux/arm64

$docker run hello-world
Hello from Docker!
  Reply
#4
No, not which version of docker! Which "mssql" image are you trying to install? Are you talking about Microsofts mssql, or did you mean mysql?

i.e.

docker pull microsoft/mssql-server-linux ( for https://hub.docker.com/r/microsoft/mssql-server-linux/)

or

docker pull mysql/mysql-server ( for https://hub.docker.com/r/mysql/mysql-server/ )


If it's mysql, you need a different image that is specifically for armhf or arm64 - such as https://hub.docker.com/r/ebspace/aarch64-mysql/

If it's mssql, I don't fancy your chances... being microsoft, it probably only works on amd64 (i.e. 64 bit PC architecture)...
  Reply
#5
docker pull microsoft/mssql-server-linux:2017-latest

Yeah my guess also it only works amd64
  Reply
#6
(07-09-2018, 07:30 PM)Riverman Wrote: docker pull microsoft/mssql-server-linux:2017-latest

Yeah my guess also it only works amd64

OK, so for mssql-server, I looked further into the requirements, and it comes down to the requirements for mssql-server-linux, which appears to be amd64 / x86-64 only, so I think you're out of luck for now. That and the fact when they talk about manual package install there are only x86-64 or amd64 packages. Sad
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Remedial Docker lessons cjyar 2 3,861 12-19-2019, 05:38 AM
Last Post: lbruno
  Release 0.9.14 Ubuntu Mate desktop, LXDE, OMV, Docker CE (container) Luke 1 3,973 09-19-2019, 07:00 AM
Last Post: Malmgren
  help building a docker image jata 6 8,051 07-12-2019, 08:47 PM
Last Post: hmuller
  docker contaainer error on "docker login" edwinbmiller 0 1,542 06-18-2018, 10:08 AM
Last Post: edwinbmiller
  Kodi + Docker - what are the image options for Rock64 to support this? zarusz 0 2,571 05-20-2018, 01:41 AM
Last Post: zarusz
  Has someone managed to get Docker running yet? Sven 17 17,718 12-24-2017, 06:52 PM
Last Post: xnathanh

Forum Jump:


Users browsing this thread: 1 Guest(s)