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:

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: