Skip to content

Docker commands not going through #2

Description

@eliassal

When I run
docker run -d -p 1433:1433 --name daltanious2 --privileged -it --mount type=bind,src="shared-vol",dst="/mnt/SQL" -v -e "SA_PASSWORD=clave01*" -e "ACCEPT_EULA=Y" c3e74a7853a4

I get

docker: invalid reference format: repository name must be lowercase

and when running
docker run -d -p 1433:1433 --name irongear --privileged -it --mount type=bind,src='shared-vol',dst='/mnt/SQL2019' -e "SA_PASSWORD=clave01*" -e "ACCEPT_EULA=Y" 2443

I get

docker: Error response from daemon: shared-vol is not an absolute path

Any idea why, thanks for your help

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions