Once your database has been set up for automatic storage, the db2 takes care of storage management like specifying paths to the containers and also the space management for the contaiers.
Once you created your database using automatic storage you can make it grow or shrink as follows....
you can create a table space and specify its initial size and growth characteristics, as follows:
db2 create tablespace ts_name
initialsize 10M
increasesize 10M
maxsize 100M
here the max size limits the tablespace to grow any further beyond 100MB