How to mount /tmp as tmpfs in Alpine Linux?

Try this in /etc/fstab:

/tmp /tmp tmpfs defaults,size=8G 0 0