From d210c7faf40254d6e16763775230a176b8165827 Mon Sep 17 00:00:00 2001 From: Charlie Drage Date: Fri, 10 Mar 2017 14:23:59 -0500 Subject: [PATCH] Update the link to the conversion doc This updates user-guide.md to link to conversion.md when talking about unsupported keys used by Kompose. --- docs/user-guide.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/user-guide.md b/docs/user-guide.md index 9fdf2ae8..7fcb56eb 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -293,11 +293,7 @@ The chart structure is aimed at providing a skeleton for building your Helm char ## Unsupported docker-compose configuration options -Currently `kompose` does not support the following Docker Compose options. - -``` -"build", "cgroup_parent", "devices", "depends_on", "dns", "dns_search", "domainname", "env_file", "extends", "external_links", "extra_hosts", "hostname", "ipc", "logging", "mac_address", "mem_limit", "memswap_limit", "network_mode", "networks", "pid", "security_opt", "shm_size", "stop_signal", "volume_driver", "uts", "read_only", "stdin_open", "tty", "user", "ulimits", "dockerfile", "net" -``` +Currently `kompose` does not support some Docker Compose options, which are listed on the [conversion](/docs/conversion.md) document. For example: