Running the container on your docker host¶
Note
The following instructions will create a volume on your docker host and will instruct you to store private information in the host volume. the information in the volume will persist on the host even after the container is terminated.
1. run the rs-container¶
docker pull f5usecases/f5-rs-container
docker run -it --name rs-container -v config:/home/snops/host_volume -v jenkins:/var/jenkins_home -p 2222:22 -p 10000:8080 --rm f5usecases/f5-rs-container
The container exposes the following access methods:
- SSH to RS-CONTAINER ssh://localhsot:2222
- HTTP Access to Jenkins http://localhost:10000 (only available after you start the lab)
1.1 Connect using SSH to the RS-CONTAINER¶
- SSH to dockerhost:2222
- username: root
- password: default
1.2 initial setup or skip to solutions if already completed the initial setup¶
- Move on to configure the container: