You can make the door invisible, disable its collisions, or remove from the screen.
Note, that containers are only for logical linking multiple objects. You should not expect that all sprites in the room will remember their relative positions to each other or something like that.
Also, be aware that containers can hold only one instance of each object. If you need 3 identical doors in one room, you can't do this with the container.