KPTree Wiki

  • Page Tools
    Show pageOld revisionsBacklinks
  • Site Tools
    Recent ChangesMedia ManagerSitemap
  • User Tools
    Log In

Search

You can find the results of your search below.

Contains
  • Exact match
  • Starts with
  • Ends with
  • Contains
@docker_notes
  • Any namespace
Past week
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

Docker-Compose
5 Hits, Last modified: 25 hours ago
lumes in Docker Compose]]) Example: Defines web_data volume: <code bash> docker volume create --driver... "/var/opt/my_website/dist" \ --opt o=bind web_data </code> docker-compose.yml file with a named volume web_data defined externally: <code yaml> version '3' volumes: web_data: external: true services: app: image:
VNC
4 Hits, Last modified: 14 hours ago
e.yml| <code yaml>--- services: # MariaDB - MySQL Database mariadb: container_name: guac_db im... orts: # - "3306:3306" volumes: - ./data/db:/config - /etc/timezone:/etc/timezone:ro... SSH, on Telnet on any HTML5 Browser # Create all databases and tables first guacamole: image: gua... E: mariadb MYSQL_PORT: $DB_PORT MYSQL_DATABASE: guacamole MYSQL_USER: $GUAC_MYSQL_USER