Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Viewing all articles
Browse latest Browse all 5956

SeedLabs Cryto_PKI lab, failed to start docker compose (dcup)

$
0
0

I'm running of SEEDUbuntuAfter I build the container, when I try to start it, it'll hang on attaching to www-10.9.0.80. What can I do to try and fix this?

Starting www-10.9.0.80 ... doneAttaching to www-10.9.0.80

contents of docker-compose.yml

version: "3"services:    web-server:        build: ./image_www        image: seed-image-www-pki        container_name: www-10.9.0.80        tty: true        volumes:            - ./volumes:/volumes        networks:            net-10.9.0.0:                ipv4_address: 10.9.0.80networks:    net-10.9.0.0:        name: net-10.9.0.0        ipam:            config:                - subnet: 10.9.0.0/24

Viewing all articles
Browse latest Browse all 5956

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>