Connecting to the CLI
To connect to the running Container FortiOS container:
-
In the host shell, enter the appropriate command for your platform:
-
LXC:
lxc-console -n <container_name> -
Docker:
docker exec -it <container_name> /bin/cli -
Kubernetes:
kubectl exec --stdin --tty <container_name> /bin/cli
-
-
At the prompt, enter the username and password.
The default user is
adminand the password is blank.See config system admin.