In order to have access to the albot-description package contents you need to add the --recursive flag to the clone command. Example:
git clone --recursive https://github.com/Pequi-Mecanico-Home/albot.gitThe first step to be able to run the albot docker container is to build the image from the Dockerfile, you can do this with the following command:
docker pull rafaeljose/albotAfter building the Docker image properly feel free to run the container via the script docker_gazebo.sh inside the albot directory.
source ./docker_gazebo.sh