mirror of
https://github.com/mxpv/podsync.git
synced 2024-05-11 05:55:04 +00:00
14 lines
421 B
Plaintext
14 lines
421 B
Plaintext
$> ./Up.ps1
|
|
|
|
$> docker-machine create --driver digitalocean
|
|
--digitalocean-accescean-image=ubuntu-16-04-x64
|
|
--digitalocean-region=ams2
|
|
--digitalocean-backups=true
|
|
--digitalocean-size=512mb
|
|
podsync
|
|
|
|
$> docker-machine env podsync
|
|
|
|
$> $env:COMPOSE_CONVERT_WINDOWS_PATHS=0
|
|
|
|
$> docker-compose up -d |