Getting Started
This guide explains how to install licobox and getting started with it.
1. Install licobox
Section titled “1. Install licobox”licobox can be installed using Homebrew package manager:
brew install licobox/licobox-tap/licobox2. Install Docker client CLI
Section titled “2. Install Docker client CLI”Docker client is required to interact with Licobox docker engine, skip this step if you already have one. Docker client can be installed with brew:
brew install docker3. Start licobox
Section titled “3. Start licobox”Once licobox is installed, you can start licobox:
licobox startIt will be up and running within seconds.
Docker context is automatically switched to licobox. If it hasn’t switched, make sure to set the Docker context to licobox by running docker context use licobox
4. Running Container
Section titled “4. Running Container”Once licobox is started, run the following to get started:
docker run -d -it -p 3000:3000 ghcr.io/licobox/getting-started:latestOnce it’s up and running, visit http://localhost:3000 in your browser.
licobox is now running and can be used to manage Docker containers.
The following demo shows how start licobox, run a container and access published port