We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docker run
An example of workflow I am interested in:
$ docker run -di --name www-php -v "${PWD}:/var/www" -w "/var/wwww" -p 8080:80 php:7.2-apache
history
$ docker exec -it www-php bash $ pecl install xdebug-2.6.0 $ docker-php-ext-enable xdebug $ php bin/setup.php
The idea would be to use ship instead of docker run, enabling us to create a Dockerfile while we discover what is needed.
ship
Dockerfile
The text was updated successfully, but these errors were encountered:
No branches or pull requests
An example of workflow I am interested in:
history
like:The idea would be to use
ship
instead ofdocker run
, enabling us to create aDockerfile
while we discover what is needed.The text was updated successfully, but these errors were encountered: