mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-27 08:10:25 +08:00
Updated Home (markdown)
parent
47e8d28ef1
commit
9bcc331923
5
Home.md
5
Home.md
@ -15,15 +15,12 @@ The [docker file](https://github.com/Katzlab/EukPhylo/blob/Docker/PTL2/Dockerfil
|
|||||||
# Build the container
|
# Build the container
|
||||||
docker build -f Dockerfile.txt . --tag eukphylo:1
|
docker build -f Dockerfile.txt . --tag eukphylo:1
|
||||||
|
|
||||||
# Get the container IMAGE_ID
|
|
||||||
docker image list
|
|
||||||
|
|
||||||
# Current command is:
|
# Current command is:
|
||||||
docker run -it \
|
docker run -it \
|
||||||
--mount type=bind,src=$(pwd)/databases,dst=/Databases \
|
--mount type=bind,src=$(pwd)/databases,dst=/Databases \
|
||||||
--mount type=bind,src=$(pwd)/input_data,dst=/Input_data \
|
--mount type=bind,src=$(pwd)/input_data,dst=/Input_data \
|
||||||
--mount type=bind,src=$(pwd)/output_data,dst=/Output_data \
|
--mount type=bind,src=$(pwd)/output_data,dst=/Output_data \
|
||||||
eukphylo
|
eukphylo:1
|
||||||
```
|
```
|
||||||
|
|
||||||
After development, GitHub CICD workflows can be added to automatically build and release the dockerfile for the end user.
|
After development, GitHub CICD workflows can be added to automatically build and release the dockerfile for the end user.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user