You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in ubuntu 16.04, run ./command.sh -i fail.
install docker-compose with sudo apt install docker-compose, docker-compose version is
docker-compose --version
docker-compose version 1.8.0, build unknown
fail log as followed
start xhost successfully..
start to init pulseaudio server
pulseaudio server build and start failed.. the reason is Version in "/home/eric/github/deepin-wine-docker/pulseaudio-server/docker-compose.yml" is unsupported. You might be seeing this error because you're using the wrong Compose file version. Either specify a version of "2" (or "2.0") and place your service definitions under the `services` key, or omit the `version` key and place your service definitions at the root of the file to use version 1.
For more on the Compose file format versions, see https://docs.docker.com/compose/compose-file/, and ..
The text was updated successfully, but these errors were encountered:
in ubuntu 16.04, run ./command.sh -i fail.
install docker-compose with
sudo apt install docker-compose
, docker-compose version isfail log as followed
The text was updated successfully, but these errors were encountered: