Sha256: a1ee60ee13f610a68812efae7d1bccbb1d008c388ad12b96925d5a59df92d657
Contents?: true
Size: 728 Bytes
Versions: 45
Compression:
Stored size: 728 Bytes
Contents
--- title: Docker Config --- ## General Kubes builds docker images by calling the docker build commands. Example: kubes docker build To push: kubes docker push ## Deploy While building the docker image as a separate step can be useful, you can just use the deploy command, and kubes will automatically build the Docker image for you. Example: kubes deploy web If you want to skip the `docker build` phase of the deploy, you can run: kubes deploy web --no-build Also, kubes apply another way to skip the docker build: kubes apply web ## Customizing Args and Hooks See: * [Docker Args Docs]({% link _docs/config/args/docker.md %}) * [Docker Hooks Docs]({% link _docs/config/hooks/docker.md %})
Version data entries
45 entries across 45 versions & 1 rubygems