Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

run setiseta / docker-php52  #2

Description

@StephanKrauss

Hello,

I'm a beginner in docker.
U will use setiseta /docker-php52 for a older project.

I work under windows and dockerdesktop.
I will start a container.
My app is under C:/xampp1/htdocs/docker-php52/data/webapp .
I will start the container with;

NAME="php52"
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
docker run -d
-p 80:80
-v $DIR/data/webapp:C:/xampp1/htdocs/docker-php52/data/webapp
--restart=always
--name $NAME
seti/php52


I get a information:
C:\Program Files\Docker\Docker\resources\bin\docker.exe: Error response from daemon: invalid mode: /xampp1/htdocs/docker-php52/data/webapp.

Can you help ?

Your sincerly

Stephan

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