Skip to content

Commit

Permalink
Run once version with larger Docker.qcow2 file
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashofmann committed Dec 22, 2017
1 parent 5d49bc8 commit d58a372
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Binary file added Docker.qcow2.zip
Binary file not shown.
11 changes: 5 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,17 @@ expect "Please re-enter password for verification:"\n\
send "$PASSWORD\\r"\n\
expect eof' >> ./run.sh; chmod +x ./run.sh

# We cannot run the automated installation, as Docker gives no more space left on device error message
# Note: running the script run.sh after the image is created will work
# RUN ./run.sh

# Expose the ports to work with NW ABAP
EXPOSE 8000
EXPOSE 44300
EXPOSE 3300
EXPOSE 3200

# We cannot run the automated installation, as Docker gives no more space left on device error message
# Note: running the script run.sh after the image is created will work
RUN ./run.sh

# Command sequence to use this Dockerfile

# docker build -t nwabap
# docker build -t nwabap .
# docker run -P -h vhcalnplci --name nwabap751 -it nwabap:latest /bin/bash
# ./run.sh

0 comments on commit d58a372

Please sign in to comment.