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

From wikieduonline
Jump to navigation Jump to search
Line 15: Line 15:
 
== Related terms ==
 
== Related terms ==
 
* [[Docker-compose.yml examples]]
 
* [[Docker-compose.yml examples]]
 
+
* <code>[[docker ps]]</code>
  
 
== See also ==
 
== See also ==

Revision as of 14:53, 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
       tty: true 


Related terms

See also

Advertising: