-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
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 on Windows 10 and Server 2016 #443
Comments
commands:
|
sample: MySql + Wordpress
http://localhost:8080/wp-admin/install.php https://wordpress.org/support/forums/ version: '2'
services:
wordpress:
image: wordpress
ports:
- "8080:80"
environment:
WORDPRESS_DB_PASSWORD: abc123
mysql:
image: mysql:latest
environment:
MYSQL_ROOT_PASSWORD: abc123 |
|
nanoserver on windows 2019: |
simple sample to build windows + .net docker: updated:
to build docket container: |
How to properly override the ENTRYPOINT using docker run docker run -it --entrypoint "cmd" my_docker_container_image_name |
https://blog.sixeyed.com/docker-volumes-on-windows-the-case-of-the-g-drive/
|
courses:
https://habr.com/ru/post/310460/
https://habr.com/ru/post/358774/
https://docs.docker.com/docker-for-windows/install/
Pre-requirements:
The text was updated successfully, but these errors were encountered: