Difference between revisions of "Ubuntu docker-compose.yml example"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 +
 +
 +
version: "3.9"
 +
 +
services:
 +
  Ubuntu:
 +
        image: Ubuntu
 +
        container_name: Ubuntu_container_1
 +
        restart: always
  
  

Revision as of 14:42, 28 July 2021

This article is a Draft. Help us to complete it.


version: "3.9"
services:
  Ubuntu:
       image: Ubuntu
       container_name: Ubuntu_container_1 
       restart: always


Related terms


See also

Advertising: