Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save emilsedgh/f99cc74831fe77d1ff52a18ba9a3596d to your computer and use it in GitHub Desktop.
Save emilsedgh/f99cc74831fe77d1ff52a18ba9a3596d to your computer and use it in GitHub Desktop.
emilsedgh@debian ~/P/r/server> git push alpine develop:master
Counting objects: 166, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (166/166), done.
Writing objects: 100% (166/166), 17.24 KiB | 0 bytes/s, done.
Total 166 (delta 135), reused 0 (delta 0)
-----> Cleaning up...
-----> Building alpine from dockerfile...
-----> Setting config vars
DOKKU_DOCKERFILE_PORTS: 3078
remote: Flag shorthand -h has been deprecated, please use --help
Usage:: docker build [OPTIONS] PATH | URL | -
Build an image from a Dockerfile
Options:
--add-host list Add a custom host-to-IP mapping
(host:ip) (default [])
--build-arg list Set build-time variables (default [])
--cache-from stringSlice Images to consider as cache sources
--cgroup-parent string Optional parent cgroup for the container
--compress Compress the build context using gzip
--cpu-period int Limit the CPU CFS (Completely Fair
Scheduler) period
--cpu-quota int Limit the CPU CFS (Completely Fair
Scheduler) quota
-c, --cpu-shares int CPU shares (relative weight)
--cpuset-cpus string CPUs in which to allow execution (0-3, 0,1)
--cpuset-mems string MEMs in which to allow execution (0-3, 0,1)
--disable-content-trust Skip image verification (default true)
-f, --file string Name of the Dockerfile (Default is
'PATH/Dockerfile')
--force-rm Always remove intermediate containers
--help Print usage
--isolation string Container isolation technology
--label list Set metadata for an image (default [])
-m, --memory bytes Memory limit
--memory-swap bytes Swap limit equal to memory plus swap:
'-1' to enable unlimited swap
--network string Set the networking mode for the RUN
instructions during build (default
"default")
--no-cache Do not use cache when building the image
--pull Always attempt to pull a newer version
of the image
-q, --quiet Suppress the build output and print
image ID on success
--rm Remove intermediate containers after a
successful build (default true)
--security-opt stringSlice Security options
--shm-size bytes Size of /dev/shm
-t, --tag list Name and optionally a tag in the
'name:tag' format (default [])
--ulimit ulimit Ulimit options (default [])
-----> Releasing alpine (dokku/alpine:latest)...
-----> Deploying alpine (dokku/alpine:latest)...
-----> Attempting to run scripts.dokku.predeploy from app.json (if defined)
-----> App Procfile file found (/home/dokku/alpine/DOKKU_PROCFILE)
-----> DOKKU_SCALE file found (/home/dokku/alpine/DOKKU_SCALE)
=====> web=1
=====> workers=1
=====> ntreis=0
=====> google=0
=====> bing=0
=====> docs=0
=====> web2=0
-----> Attempting pre-flight checks
-----> Attempt 1/2000 Waiting for 5 seconds ...
CHECKS expected result:
http://localhost/admin/ping => "pong"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment