[go: up one dir, main page]

{ const container = $el; // The div with overflow const item = document.getElementById('sidebar-current-page') if (item) { const containerTop = container.scrollTop; const containerBottom = containerTop + container.clientHeight; const itemTop = item.offsetTop - container.offsetTop; const itemBottom = itemTop + item.offsetHeight; // Scroll only if the item is out of view if (itemBottom > containerBottom - 200) { container.scrollTop = itemTop - (container.clientHeight / 2 - item.offsetHeight / 2); } } })" class="bg-background-toc dark:bg-background-toc fixed top-0 z-40 hidden h-screen w-full flex-none overflow-x-hidden overflow-y-auto md:sticky md:top-16 md:z-auto md:block md:h-[calc(100vh-64px)] md:w-[320px]" :class="{ 'hidden': ! $store.showSidebar }">
Contact support

Subscription FAQs

For more information on Docker subscriptions, see Docker subscription overview.

Can I transfer my subscription from one user or organization account to another?

Subscriptions are non-transferable between accounts or organizations.

Can I pause or delay my Docker subscription?

You can't pause or delay a subscription, but you can downgrade your subscription. If a subscription invoice isn't paid by the due date, there's a 15-day grace period starting from the due date.

Does Docker offer academic pricing?

Contact the Docker Sales Team for information about academic pricing options.

How can I contribute to Docker content?

Docker offers two content contribution programs:

You can also join the Developer Preview Program or sign up for early access programs to participate in research and try new features.