update peldd
This commit is contained in:
parent
77a93875bc
commit
4b66d6694e
|
@ -32,7 +32,7 @@ CMD ["/usr/bin/package.sh"]
|
||||||
# 2) Building the image:
|
# 2) Building the image:
|
||||||
# $ docker build . -t PROJECTNAME-build-image
|
# $ docker build . -t PROJECTNAME-build-image
|
||||||
# 3) Creating a container with the source mounted the image (which kicks off the build):
|
# 3) Creating a container with the source mounted the image (which kicks off the build):
|
||||||
# $ docker create -v `pwd`:/home/rustacean/src --name PROJECTNAME-build PROJECTNAME-build-image
|
# $ docker create -v `pwd`:/home/rust/src --name PROJECTNAME-build PROJECTNAME-build-image
|
||||||
# 4) Each time you want to build the project, start the Docker container.
|
# 4) Each time you want to build the project, start the Docker container.
|
||||||
# Add "-ai" to watch the build progress.
|
# Add "-ai" to watch the build progress.
|
||||||
# $ docker start PROJECTNAME-build
|
# $ docker start PROJECTNAME-build
|
||||||
|
|
Loading…
Reference in New Issue