how use build or up docker?
Closed this issue · 1 comments
johnfelipe commented
root@ubuntu20dockers:~/seaboard# docker-compose build
ERROR:
Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?
Supported filenames: docker-compose.yml, docker-compose.yaml, compose.yml, compose.yaml
root@ubuntu20dockers:~/seaboard# sudo apt-get remove docker-compose
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'docker-compose' is not installed, so not removed
The following packages were automatically installed and are no longer required:
python3-cached-property python3-docker python3-dockerpty python3-docopt
python3-texttable python3-websocket
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 32 not upgraded.
root@ubuntu20dockers:~/seaboard# sudo curl -L "https://github.com/docker/compose/releases/download/2.6.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 9 100 9 0 0 25 0 --:--:-- --:--:-- --:--:-- 25
root@ubuntu20dockers:~/seaboard# sudo chmod +x /usr/local/bin/docker-compose
root@ubuntu20dockers:~/seaboard# docker-compose --version
Docker Compose version v2.6.0
now is not useful docker-compose up
johnfelipe commented
Anyone?